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 | 6688857d399a1a1768cb968ae3716dfc3e753239 (patch) | |
tree | 10a04f4a9e727bcde6e2b0cf50fd7273a8070090 | |
parent | 6ad568902e590d5e58dc78383ba7dc7125b213c5 (diff) | |
download | upstream-6688857d399a1a1768cb968ae3716dfc3e753239.tar.gz upstream-6688857d399a1a1768cb968ae3716dfc3e753239.tar.bz2 upstream-6688857d399a1a1768cb968ae3716dfc3e753239.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>
SVN-Revision: 38968
-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 |