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 | c8e9b5d13e8d3a5af27f55f8b30f9e03196330b8 (patch) | |
tree | b89b8fd1343cb6644e6628e0a34d09ecfc8c268f /target/linux/kirkwood | |
parent | 2907ad2363a82adde7a4edfb8bc3b16c492471f7 (diff) | |
download | upstream-c8e9b5d13e8d3a5af27f55f8b30f9e03196330b8.tar.gz upstream-c8e9b5d13e8d3a5af27f55f8b30f9e03196330b8.tar.bz2 upstream-c8e9b5d13e8d3a5af27f55f8b30f9e03196330b8.zip |
kirkwood: enable swconfig by default on EA3500
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44124
Diffstat (limited to 'target/linux/kirkwood')
-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 |