diff options
author | John Crispin <blogic@openwrt.org> | 2012-09-15 09:20:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-09-15 09:20:50 +0000 |
commit | c8cf798b794dc36b5673a331e94b2781a5c52893 (patch) | |
tree | c82d4b8bfa1f3e90c16ae08f15a2fe2e2b0e2e2e /target/linux | |
parent | 3dbdd5cd3b5bbaa63e44e3a5eafa32dc8aade753 (diff) | |
download | upstream-c8cf798b794dc36b5673a331e94b2781a5c52893.tar.gz upstream-c8cf798b794dc36b5673a331e94b2781a5c52893.tar.bz2 upstream-c8cf798b794dc36b5673a331e94b2781a5c52893.zip |
ramips/rt3883: fix a typo in the ASUS profile
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33410 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |