diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 15:52:12 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 15:52:12 +0000 |
| commit | 7fdfde3edce76a7edb8378f80c67ad9932f768ff (patch) | |
| tree | 20778c53fcbef2bc8ed5a08e08f4665a35afa81f /openwrt/package/Makefile | |
| parent | 6b854dd30ac353abef99611052318d4ea74d749e (diff) | |
| download | mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.zip mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.gz mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.bz2 | |
clean up board-dependent files, add pppoatm support, add proper config examples
SVN-Revision: 1754
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0b97941..9ee4fa9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -164,7 +164,7 @@ package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_ZLIB) += zlib -DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram +DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS)) SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ipkg ppp SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES)) @@ -217,6 +217,7 @@ openswan-compile: gmp-compile osiris-compile: openssl-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile +ppp-compile: linux-atm-compile quagga-compile: readline-compile ncurses-compile rrdcollect-compile: rrdtool-compile rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile |
