mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
only support 2.6 modules on 2.6, and only 2.4 modules on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -2,3 +2,10 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS
|
||||
default y if LINUX_2_4
|
||||
default n if LINUX_2_6
|
||||
|
||||
config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
|
||||
default y if LINUX_2_4
|
||||
default n if LINUX_2_6
|
||||
|
||||
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
|
||||
default n if LINUX_2_4
|
||||
default y if LINUX_2_6
|
||||
|
||||
Reference in New Issue
Block a user