diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-30 22:19:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-30 22:19:26 +0000 |
commit | 72a6625fd037eddfcf71fb5d0be36354bc1ea2f0 (patch) | |
tree | 9b995231a536f8464d24b9cb234ef6480c7ceb1a /target/linux/generic-2.6 | |
parent | a96b79a6d47000c1949025aa442322339c871d20 (diff) | |
download | upstream-72a6625fd037eddfcf71fb5d0be36354bc1ea2f0.tar.gz upstream-72a6625fd037eddfcf71fb5d0be36354bc1ea2f0.tar.bz2 upstream-72a6625fd037eddfcf71fb5d0be36354bc1ea2f0.zip |
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index a4da4ee5b1..22c4f12648 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -290,7 +290,7 @@ CONFIG_E100=m # CONFIG_E1000 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set -CONFIG_EEPROM_93CX6=y +CONFIG_EEPROM_93CX6=m # CONFIG_EFI_PARTITION is not set # CONFIG_EFS_FS is not set # CONFIG_ELF_CORE is not set |