diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-10 18:28:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-10 18:28:09 +0000 |
commit | 5cfe330cc87e95aa40dc83835b3692cbc43e5bad (patch) | |
tree | 621a9f8c73f031bf503f380cb4d8d55d1e885303 | |
parent | ad668268406e945164823da4324d95c2bac1e7ba (diff) | |
download | upstream-5cfe330cc87e95aa40dc83835b3692cbc43e5bad.tar.gz upstream-5cfe330cc87e95aa40dc83835b3692cbc43e5bad.tar.bz2 upstream-5cfe330cc87e95aa40dc83835b3692cbc43e5bad.zip |
fix typo in wx200d target selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2875 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 60081dbf64..9184e0c5d2 100644 --- a/package/Makefile +++ b/package/Makefile @@ -242,7 +242,7 @@ package-$(BR2_PACKAGE_WONDERSHAPER) += wondershaper package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_WRT_RADAUTH) += wrt-radauth -package-$(BR2_PAKCAGE_WX200D) += wx200d +package-$(BR2_PACKAGE_WX200D) += wx200d package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_XSUPPLICANT) += xsupplicant package-$(BR2_PACKAGE_ZLIB) += zlib |