diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-18 11:31:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-18 11:31:01 +0000 |
commit | cbd55fe6d7ed5390cde7f6125b34f1a71c9641ff (patch) | |
tree | 88d4d876b06115bb72f544ca0f7dd6280ad749eb /target/linux/x86-2.6 | |
parent | a2553569edee7c730f14edc9ac44be33e28b8bed (diff) | |
download | upstream-cbd55fe6d7ed5390cde7f6125b34f1a71c9641ff.tar.gz upstream-cbd55fe6d7ed5390cde7f6125b34f1a71c9641ff.tar.bz2 upstream-cbd55fe6d7ed5390cde7f6125b34f1a71c9641ff.zip |
dynamically enable/disable kernel config options for kmod packages based on build system config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/config/default b/target/linux/x86-2.6/config/default index a4730b330a..0fc4bf4f9c 100644 --- a/target/linux/x86-2.6/config/default +++ b/target/linux/x86-2.6/config/default @@ -270,6 +270,7 @@ CONFIG_NSC_GPIO=m CONFIG_NVRAM=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT is not set +CONFIG_PARPORT_PC=m CONFIG_PC8736x_GPIO=m # CONFIG_PC87413_WDT is not set CONFIG_PCCARD=m |