diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-30 18:31:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-30 18:31:06 +0000 |
commit | 8ea2e5a311e72a6ae92dc8ac34b56c062f683d4d (patch) | |
tree | 82ce2a97136a5a8c3e64d38e586a6f91448414d4 | |
parent | c60266575f85e070b83f00c52dd5983a593cc6e5 (diff) | |
download | upstream-8ea2e5a311e72a6ae92dc8ac34b56c062f683d4d.tar.gz upstream-8ea2e5a311e72a6ae92dc8ac34b56c062f683d4d.tar.bz2 upstream-8ea2e5a311e72a6ae92dc8ac34b56c062f683d4d.zip |
ar71xx: Update profile for the wa750/wa850 to include rssileds by default
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38968 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 5236f7fd2b..5138c0c298 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -142,7 +142,7 @@ $(eval $(call Profile,TLWA701)) define Profile/TLWA750 NAME:=TP-LINK TL-WA750RE - PACKAGES:= + PACKAGES:=rssileds endef define Profile/TLWA750/Description @@ -184,7 +184,7 @@ $(eval $(call Profile,TLWA830)) define Profile/TLWA850 NAME:=TP-LINK TL-WA850RE - PACKAGES:= + PACKAGES:=rssileds endef define Profile/TLWA850/Description |