diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:48 +0000 |
commit | 9fa51d5c38856fc8ae4805a07279a9a1c1af13b9 (patch) | |
tree | 04b5f4a0dffd2b5847b099ff552545849b20092f | |
parent | 079e746fc47f46663ebefad4c8afdd960701ce82 (diff) | |
download | mtk-20170518-9fa51d5c38856fc8ae4805a07279a9a1c1af13b9.zip mtk-20170518-9fa51d5c38856fc8ae4805a07279a9a1c1af13b9.tar.gz mtk-20170518-9fa51d5c38856fc8ae4805a07279a9a1c1af13b9.tar.bz2 |
ar71xx: fix copy&paste bug in WZRHPAG300H profile description
SVN-Revision: 28274
-rw-r--r-- | target/linux/ar71xx/generic/profiles/buffalo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 5358fb9..b459f32 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -21,7 +21,7 @@ define Profile/WZRHPAG300H PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef -define Profile/WZRHPG30XNH/Description +define Profile/WZRHPAG300H/Description Package set optimized for the Buffalo WZR-HP-AG300H endef |