diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 07:01:13 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 07:01:13 +0000 |
| commit | c204832c6c4e5b87bdada6f71f3fbcbf87d3346f (patch) | |
| tree | b3984a64e5875180f04c9269979e4d4830070107 /openwrt/package/Makefile | |
| parent | 766a4db1260ec702e18fe6889c326810682531d8 (diff) | |
| download | mtk-20170518-c204832c6c4e5b87bdada6f71f3fbcbf87d3346f.zip mtk-20170518-c204832c6c4e5b87bdada6f71f3fbcbf87d3346f.tar.gz mtk-20170518-c204832c6c4e5b87bdada6f71f3fbcbf87d3346f.tar.bz2 | |
add hostapd package with initial support for madwifi
SVN-Revision: 1659
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 2c7bc28..e855e6f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -43,6 +43,7 @@ package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_GNUTLS) += gnutls package-$(BR2_PACKAGE_HASERL) += haserl +package-$(BR2_PACKAGE_HOSTAPD) += hostapd package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_IPKG) += ipkg @@ -181,6 +182,7 @@ fprobe-compile: libpcap-compile gdbserver-compile: ncurses-compile gnutls-compile: libgcrypt-compile opencdk-compile libtasn1-compile irssi-compile: glib-compile ncurses-compile +hostapd-compile: openssl-compile kismet-compile: uclibc++-compile libpcap-compile ncurses-compile less-compile: ncurses-compile lcd4linux-compile: ncurses-compile |
