summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang.H.S <jhs@dev3>2012-11-12 04:52:01 (GMT)
committerChang.H.S <jhs@dev3>2012-11-12 08:30:53 (GMT)
commitefe8a9d66eadc17aa6269e429303ae05523ec51e (patch)
tree870b943decbd3948a5ef5edc7223f4e84f5dc137
parent8ba3afe81947c0322f57649b6f967b62e60f3e3f (diff)
Fix about Wireless LAN. (KCONFIG_CRYPTO_AES, task-vuplus-wlan)
Update dvbapp PR.
-rw-r--r--recipes/enigma2/enigma2.bb2
-rw-r--r--recipes/linux/linux-vusolo2-3.3.6/vusolo2_defconfig2
-rw-r--r--recipes/linux/linux-vusolo2_3.3.6.bb2
-rw-r--r--recipes/tasks/task-vuplus-wlan.bb13
4 files changed, 6 insertions, 13 deletions
diff --git a/recipes/enigma2/enigma2.bb b/recipes/enigma2/enigma2.bb
index 03165fd..96f3d13 100644
--- a/recipes/enigma2/enigma2.bb
+++ b/recipes/enigma2/enigma2.bb
@@ -77,7 +77,7 @@ RDEPENDS_enigma2-plugin-extensions-hbbtv = "tslib-conf libts-1.0-0 libsysfs2 lib
RDEPENDS_enigma2-plugin-systemplugins-devicemanager = "util-linux-ng-blkid ntfs-3g dosfstools"
PN = "enigma2"
-PR = "r57"
+PR = "r58"
SRCDATE = "20110922"
SRCREV = "5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be"
diff --git a/recipes/linux/linux-vusolo2-3.3.6/vusolo2_defconfig b/recipes/linux/linux-vusolo2-3.3.6/vusolo2_defconfig
index 0ff1a09..f2da2e7 100644
--- a/recipes/linux/linux-vusolo2-3.3.6/vusolo2_defconfig
+++ b/recipes/linux/linux-vusolo2-3.3.6/vusolo2_defconfig
@@ -2474,7 +2474,7 @@ CONFIG_CRYPTO_SHA1=m
#
# Ciphers
#
-CONFIG_CRYPTO_AES=m
+CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
diff --git a/recipes/linux/linux-vusolo2_3.3.6.bb b/recipes/linux/linux-vusolo2_3.3.6.bb
index 902401d..ab5f540 100644
--- a/recipes/linux/linux-vusolo2_3.3.6.bb
+++ b/recipes/linux/linux-vusolo2_3.3.6.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL"
KV = "2.6.37"
-PR = "r1"
+PR = "r2"
SRCREV = ""
MODULE = "linux-2.6.37"
diff --git a/recipes/tasks/task-vuplus-wlan.bb b/recipes/tasks/task-vuplus-wlan.bb
index 3690b4a..f16e0c5 100644
--- a/recipes/tasks/task-vuplus-wlan.bb
+++ b/recipes/tasks/task-vuplus-wlan.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Vuplus: W-LAN Task for the Vuplus Distribution"
SECTION = "vuplus/base"
LICENSE = "MIT"
-PR = "r9"
+PR = "r10"
inherit task
@@ -58,16 +58,9 @@ RDEPENDS_${PN}_append_vuuno = "\
RDEPENDS_${PN}_append_vuultimo = "\
${@base_contains('PREFERRED_VERSION_linux-vuultimo', '2.6.18', '${WLAN_USB_MODULES_LEGACY}', '${WLAN_CRYPTO_MODULES} ${WLAN_USB_MODULES}', d)} \
"
-RDEPENDS_${PN}_append_vu7425 = "\
- ${@base_contains('PREFERRED_VERSION_linux-vuvu7425', '2.6.18', '${WLAN_USB_MODULES_LEGACY}', '${WLAN_CRYPTO_MODULES} ${WLAN_USB_MODULES}', d)} \
-"
-#RDEPENDS_${PN}_append_vuduo2 = "\
-# ${@base_contains('PREFERRED_VERSION_linux-vuduo2', '2.6.18', '${WLAN_USB_MODULES_LEGACY}', '${WLAN_CRYPTO_MODULES} ${WLAN_USB_MODULES}', d)} \
-#"
-
-RDEPENDS_${PN}_append_vuduo2 = '${WLAN_USB_MODULES_LEGACY}'
-RDEPENDS_${PN}_append_vusolo2 = '${WLAN_USB_MODULES_LEGACY}'
+RDEPENDS_${PN}_append_vuduo2 = '${WLAN_USB_MODULES}'
+RDEPENDS_${PN}_append_vusolo2 = '${WLAN_USB_MODULES}'
PACKAGE_ARCH = "${MACHINE_ARCH}"