diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-25 13:11:07 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-25 13:11:07 +0000 |
commit | d451944c8c0d4f31c2eb00879b6abf0fb3d1485e (patch) | |
tree | b8d42f2893e19bbba9fc113cf18b73a1ef764fa0 /target | |
parent | 9e395e505933eacb487120748c6fdb6e954d23b2 (diff) | |
download | upstream-d451944c8c0d4f31c2eb00879b6abf0fb3d1485e.tar.gz upstream-d451944c8c0d4f31c2eb00879b6abf0fb3d1485e.tar.bz2 upstream-d451944c8c0d4f31c2eb00879b6abf0fb3d1485e.zip |
kirkwood: enable swconfig by default on EA3500
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/profiles/115-router.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/profiles/115-router.mk b/target/linux/kirkwood/profiles/115-router.mk index f63945180d..769284f7ea 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 \ - uboot-envtools + swconfig uboot-envtools endef define Profile/EA3500/Description |