diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-09 21:49:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-09 21:49:48 +0000 |
commit | 303a8fa64eb0e2788cd1fceb7ec3733d0a3ea6ec (patch) | |
tree | d388660ed328b0bf5fe0027960385cc911a449ba /openwrt/target/linux/Config.in | |
parent | 4f5eb26f28ee90d64ee646b84435d593acce8bf6 (diff) | |
download | mtk-20170518-303a8fa64eb0e2788cd1fceb7ec3733d0a3ea6ec.zip mtk-20170518-303a8fa64eb0e2788cd1fceb7ec3733d0a3ea6ec.tar.gz mtk-20170518-303a8fa64eb0e2788cd1fceb7ec3733d0a3ea6ec.tar.bz2 |
ar7: clean up system code, add code to generate firmware images
SVN-Revision: 1386
Diffstat (limited to 'openwrt/target/linux/Config.in')
-rw-r--r-- | openwrt/target/linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index bcb8179..34cf99f 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -37,6 +37,13 @@ config BR2_LINUX_2_4_AR7 comment "Kernel Modules" +config BR2_PACKAGE_KMOD_CPMAC + tristate "AR7 CPMAC Network Driver" + default y + depends BR2_LINUX_2_4_AR7 + help + Driver for the AR7 CPMAC network chip + config BR2_PACKAGE_KMOD_DIAG tristate "Router LED/Button Driver" default y |