diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-18 11:31:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-18 11:31:01 +0000 |
commit | bf9b79b20073d8301fe15e8f5d5c7c8b282730e0 (patch) | |
tree | 88d4d876b06115bb72f544ca0f7dd6280ad749eb /target/linux/x86-2.6/config | |
parent | 61b304e36d3db6ad05af6b830eb57273181b1004 (diff) |
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/config')
-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 |