diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 22:12:17 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 22:12:17 +0000 |
| commit | 0cd8cbd7ff2b68b166567c3e2cf990028f144320 (patch) | |
| tree | 8d14cbb0c2a39741d0a4e01461bf26c53275c0cf /openwrt/package/Makefile | |
| parent | 239ae7ecfa44dfd2194bb8472a244ecdfa8ccdaa (diff) | |
| download | mtk-20170518-0cd8cbd7ff2b68b166567c3e2cf990028f144320.zip mtk-20170518-0cd8cbd7ff2b68b166567c3e2cf990028f144320.tar.gz mtk-20170518-0cd8cbd7ff2b68b166567c3e2cf990028f144320.tar.bz2 | |
add aiccu, bwm, ntpclient and radvd (from Sebastian Noel)
SVN-Revision: 562
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index bb37884..4d3c85c 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -2,10 +2,12 @@ include $(TOPDIR)/rules.mk package-y:=openwrt +package-$(BR2_PACKAGE_AICCU) += aiccu package-$(BR2_PACKAGE_ARPTABLES) += arptables package-$(BR2_PACKAGE_ARPWATCH) += arpwatch package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox +package-$(BR2_PACKAGE_BWM) += bwm package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups @@ -27,6 +29,7 @@ package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_NCURSES) += ncurses package-$(BR2_PACKAGE_NFSD) += nfs-server package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash +package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENVPN) += openvpn @@ -37,6 +40,7 @@ package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_QUAGGA) += quagga +package-$(BR2_PACKAGE_RADVD) += radvd package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_STRACE) += strace |
