diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-30 19:27:51 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-30 19:27:51 +0000 |
commit | 6da2c98d37f6ca3c5d7699c146eb93bf19b110c8 (patch) | |
tree | 623f62b8bb927ac71d53d33d820441d0fdad8d04 | |
parent | 88fd87b3e802c1e15dfc41b997038f3f461d5738 (diff) |
linux-rp-2.6.23: enable wireless extensions for qemux86
-rw-r--r-- | packages/linux/linux-rp-2.6.23/defconfig-qemux86 | 2 | ||||
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-rp-2.6.23/defconfig-qemux86 b/packages/linux/linux-rp-2.6.23/defconfig-qemux86 index 2d2762f7a0..c5e91d989f 100644 --- a/packages/linux/linux-rp-2.6.23/defconfig-qemux86 +++ b/packages/linux/linux-rp-2.6.23/defconfig-qemux86 @@ -484,7 +484,7 @@ CONFIG_NET_CLS_ROUTE=y # Wireless # # CONFIG_CFG80211 is not set -# CONFIG_WIRELESS_EXT is not set +CONFIG_WIRELESS_EXT=y # CONFIG_MAC80211 is not set # CONFIG_IEEE80211 is not set # CONFIG_RFKILL is not set diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index e8b8274d97..a8c5f79f67 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r25" +PR = "r26" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |