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 | 0dc3402fe4f87799082a38e297101afe953dd57d (patch) | |
tree | a650bfbdbc7bf8891bcaa3cf5910f9c5fbc02c4e /openwrt/package/Makefile | |
parent | 4af2b84d99f772ad56910a194e9b2206858dcea6 (diff) | |
download | mtk-20170518-0dc3402fe4f87799082a38e297101afe953dd57d.zip mtk-20170518-0dc3402fe4f87799082a38e297101afe953dd57d.tar.gz mtk-20170518-0dc3402fe4f87799082a38e297101afe953dd57d.tar.bz2 |
fix typo in wx200d target selection
SVN-Revision: 2875
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 60081db..9184e0c 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |