diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-05 06:58:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-05 06:58:53 +0000 |
commit | 802d3dc7185e7117e1f56591256db0ef01dcc136 (patch) | |
tree | 80543132bc5d331a86650d1e2aa2791cd28f9722 /target/linux/ramips/rt305x/profiles | |
parent | 90c05775ac303fdbfb20794ea5a1e6a548b35fb2 (diff) | |
download | upstream-802d3dc7185e7117e1f56591256db0ef01dcc136.tar.gz upstream-802d3dc7185e7117e1f56591256db0ef01dcc136.tar.bz2 upstream-802d3dc7185e7117e1f56591256db0ef01dcc136.zip |
ramips: add restorefactory to default package set for ALL0239-3G and ALL0256N
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/allnet.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk index fb3e4d411a..35f6332d21 100644 --- a/target/linux/ramips/rt305x/profiles/allnet.mk +++ b/target/linux/ramips/rt305x/profiles/allnet.mk @@ -9,7 +9,7 @@ define Profile/ALL02393G NAME:=Allnet ALL0239-3G PACKAGES:=\ kmod-usb-core kmod-usb-rt305x-dwc_otg \ - kmod-ledtrig-usbdev + kmod-ledtrig-usbdev restorefactory endef define Profile/ALL02393G/Description @@ -20,7 +20,7 @@ $(eval $(call Profile,ALL02393G)) define Profile/ALL0256N NAME:=Allnet ALL0256N - PACKAGES:=rssileds + PACKAGES:=restorefactory rssileds endef define Profile/ALL0256N/Description |