diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:09 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:09 +0000 |
commit | cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f (patch) | |
tree | f73fab7ee339571b0e12d5d51b5425f6812dfafc /target/linux/kirkwood/profiles/115-router.mk | |
parent | 6b062ad8485c759b94e03d2639097684096b7ab1 (diff) | |
download | upstream-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.gz upstream-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.bz2 upstream-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.zip |
kirkwood: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45477
Diffstat (limited to 'target/linux/kirkwood/profiles/115-router.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/115-router.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/profiles/115-router.mk b/target/linux/kirkwood/profiles/115-router.mk index 769284f7ea..526934d97b 100644 --- a/target/linux/kirkwood/profiles/115-router.mk +++ b/target/linux/kirkwood/profiles/115-router.mk @@ -9,7 +9,7 @@ define Profile/EA3500 NAME:=Linksys EA3500 PACKAGES:= \ kmod-mwl8k kmod-usb2 kmod-usb-storage \ - swconfig uboot-envtools + swconfig endef define Profile/EA3500/Description @@ -25,7 +25,7 @@ define Profile/EA4500 NAME:=Linksys EA4500 PACKAGES:= \ kmod-mwl8k kmod-usb2 kmod-usb-storage \ - swconfig uboot-envtools + swconfig endef define Profile/EA4500/Description |