diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-11-10 19:30:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-11-10 19:30:20 +0000 |
commit | 5cc923c65d5123324288fc78f43921550813be95 (patch) | |
tree | aa853c43cc1844e7c54affb505f6d0a16bedaca0 /target | |
parent | 0bd68125b4319049db5ce4327da3c68d4734bc7d (diff) | |
download | mtk-20170518-5cc923c65d5123324288fc78f43921550813be95.zip mtk-20170518-5cc923c65d5123324288fc78f43921550813be95.tar.gz mtk-20170518-5cc923c65d5123324288fc78f43921550813be95.tar.bz2 |
add FireWire/IEEE1394 config symbols, preventing user interation when kmod-ieee1394 is selected
SVN-Revision: 13169
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 6 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 6 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 6 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.26 | 7 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 7 |
5 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 99ef377..d8109b3 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -437,6 +437,12 @@ CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IEEE1394 is not set +# CONFIG_IEEE1394_DV1394 is not set +# CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394_OHCI1394 is not set +# CONFIG_IEEE1394_RAWIO is not set +# CONFIG_IEEE1394_VERBOSEDEBUG is not set +# CONFIG_IEEE1394_VIDEO1394 is not set CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 16d7db3..7dc934a 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -450,6 +450,12 @@ CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IEEE1394 is not set +# CONFIG_IEEE1394_DV1394 is not set +# CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394_OHCI1394 is not set +# CONFIG_IEEE1394_RAWIO is not set +# CONFIG_IEEE1394_VERBOSEDEBUG is not set +# CONFIG_IEEE1394_VIDEO1394 is not set CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index c93dcd3..99b8633 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -461,6 +461,12 @@ CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IEEE1394 is not set +# CONFIG_IEEE1394_DV1394 is not set +# CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394_OHCI1394 is not set +# CONFIG_IEEE1394_RAWIO is not set +# CONFIG_IEEE1394_VERBOSEDEBUG is not set +# CONFIG_IEEE1394_VIDEO1394 is not set CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index 7aa4bb7..d46f154 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -481,6 +481,13 @@ CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IEEE1394 is not set +# CONFIG_IEEE1394_DV1394 is not set +# CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394_OHCI1394 is not set +# CONFIG_IEEE1394_PCILYNX is not set +# CONFIG_IEEE1394_RAWIO is not set +# CONFIG_IEEE1394_VERBOSEDEBUG is not set +# CONFIG_IEEE1394_VIDEO1394 is not set CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 7b2a4b6..9c29743 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -499,6 +499,13 @@ CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IEEE1394 is not set +# CONFIG_IEEE1394_DV1394 is not set +# CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394_OHCI1394 is not set +# CONFIG_IEEE1394_PCILYNX is not set +# CONFIG_IEEE1394_RAWIO is not set +# CONFIG_IEEE1394_VERBOSEDEBUG is not set +# CONFIG_IEEE1394_VIDEO1394 is not set CONFIG_IEEE80211=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m |