diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-07 00:40:52 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-07 00:40:52 +0000 |
commit | ac9d55c30de5f225f10416f7a7fe66155d9fa6d8 (patch) | |
tree | 77456c47b8a3b82ec101b95e1289114a8033e9ec /openwrt/package/Makefile | |
parent | e25ae8b66a401bf8b0acb10311206467f35e7678 (diff) |
Added wx200d, thanks Geoffrey Kruse, corrected typo in tmsnc/Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index ec8d517b6..04551c234 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -238,6 +238,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_XINETD) += xinetd package-$(BR2_PACKAGE_XSUPPLICANT) += xsupplicant package-$(BR2_PACKAGE_ZLIB) += zlib @@ -348,6 +349,7 @@ vtun-compile: zlib-compile openssl-compile liblzo-compile wificonf-compile: wireless-tools-compile nvram-compile wknock-compile: libpcap-compile wpa_supplicant-compile: openssl-compile +wx200d-compile: postgresql-compile xsupplicant-compile: openssl-compile asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile |