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 | bf499e2ee8a4a95bd0caa861c4839646d3e01edf (patch) | |
tree | b4d0fe22eb00e9a88083afff69eaae9107e230e9 /target/linux/ar71xx/generic | |
parent | 9b9085c0e33625ab97baf70ae895522d3e11d6a4 (diff) | |
download | upstream-bf499e2ee8a4a95bd0caa861c4839646d3e01edf.tar.gz upstream-bf499e2ee8a4a95bd0caa861c4839646d3e01edf.tar.bz2 upstream-bf499e2ee8a4a95bd0caa861c4839646d3e01edf.zip |
ar71xx: fix copy&paste bug in WZRHPAG300H profile description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-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 5358fb9195..b459f32234 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 |