diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-08 09:06:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-08 09:06:03 +0000 |
commit | 713bbff0d2411fb406fc356cd1c71bf019061f2d (patch) | |
tree | 047e95a216a96eb191b129f7ab243d6b12685560 /target/linux/package | |
parent | 5cee6c813b58e3bd54cff415ff11e62863af3876 (diff) | |
download | upstream-713bbff0d2411fb406fc356cd1c71bf019061f2d.tar.gz upstream-713bbff0d2411fb406fc356cd1c71bf019061f2d.tar.bz2 upstream-713bbff0d2411fb406fc356cd1c71bf019061f2d.zip |
remove obsolete comments stating that the modules won't build on mipsel/2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r-- | target/linux/package/alsa/Config.in | 1 | ||||
-rw-r--r-- | target/linux/package/openswan/Config.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/package/alsa/Config.in b/target/linux/package/alsa/Config.in index a68be7a6ad..62dd21b97a 100644 --- a/target/linux/package/alsa/Config.in +++ b/target/linux/package/alsa/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_KMOD_ALSA prompt "kmod-alsa......................... Alsa Sound Drivers" - prompt "kmod-alsa......................... Alsa Sound Drivers (FIXME, does not build on 2.6/mipsel)" if BR2_LINUX_2_6_BRCM tristate default m if CONFIG_DEVEL depends BR2_PACKAGE_KMOD_USB_CONTROLLER diff --git a/target/linux/package/openswan/Config.in b/target/linux/package/openswan/Config.in index 52b52ba116..59a943f8e4 100644 --- a/target/linux/package/openswan/Config.in +++ b/target/linux/package/openswan/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_KMOD_OPENSWAN prompt "kmod-openswan..................... Openswan kernel module" - prompt "kmod-openswan..................... Openswan kernel module (FIXME, does not build on 2.6/mipsel)" if BR2_LINUX_2_6_BRCM tristate default m if CONFIG_DEVEL help |