diff options
author | John Crispin <john@openwrt.org> | 2012-09-15 09:20:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-09-15 09:20:50 +0000 |
commit | bf355f8ee948e2a0da5807fb754000da4b2cd814 (patch) | |
tree | 7e5e0f1ea0f3180e0b4ab4577278e60e87363575 /target | |
parent | a2b29c591e82dadbf7e0cc236735125e6e198da5 (diff) | |
download | upstream-bf355f8ee948e2a0da5807fb754000da4b2cd814.tar.gz upstream-bf355f8ee948e2a0da5807fb754000da4b2cd814.tar.bz2 upstream-bf355f8ee948e2a0da5807fb754000da4b2cd814.zip |
ramips/rt3883: fix a typo in the ASUS profile
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33410
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/rt3883/profiles/asus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt3883/profiles/asus.mk b/target/linux/ramips/rt3883/profiles/asus.mk index e1c60eed06..4c652df93f 100644 --- a/target/linux/ramips/rt3883/profiles/asus.mk +++ b/target/linux/ramips/rt3883/profiles/asus.mk @@ -7,7 +7,7 @@ define Profile/RTN56U NAME:=Asus RT-N56U - PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb-usb2 swconfig + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig endef define Profile/RTN56U/Description |