diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-21 14:02:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-21 14:02:53 +0000 |
commit | 29a4b712e8658f13bf6f836943ec81d7cbcd3b73 (patch) | |
tree | 57b8983b840371a9290d4ead137ab9ea8f457c5f /openwrt/target/linux/package/Makefile | |
parent | 26854133f64778924b1f1974487bade7dbce8194 (diff) | |
download | mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.zip mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.gz mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.bz2 |
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
SVN-Revision: 1519
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index adce4d4..a08d904 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -5,9 +5,10 @@ package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan +package-y += openwrt ifeq ($(BOARD),brcm) -package-y += nvram openwrt +package-y += nvram ifeq ($(LINUX_VERSION),2.4.30) package-$(BR2_PACKAGE_KMOD_WLCOMPAT) += wlcompat |