X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d33c9526ddd6b29137057ce53ccec781a5193c05..cb54fd22008be01da4ff992076201f2c491474df:/openwrt/package/Makefile?ds=sidebyside diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 94c0ebfa7..e2d9b3ad3 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -14,7 +14,7 @@ package-$(BR2_COMPILE_AVAHI) += avahi package-$(BR2_COMPILE_BC) += bc package-$(BR2_COMPILE_BIND) += bind package-$(BR2_PACKAGE_BITCHX) += bitchx -package-$(BR2_PACKAGE_BITCHX) += bitlbee +package-$(BR2_PACKAGE_BITLBEE) += bitlbee package-$(BR2_PACKAGE_BLUEZ_LIBS) += bluez-libs package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils package-$(BR2_PACKAGE_BRIDGE) += bridge @@ -134,6 +134,7 @@ package-$(BR2_PACKAGE_MACCHANGER) += macchanger package-$(BR2_PACKAGE_MADPLAY) += madplay package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_COMPILE_MATRIXSSL) += matrixssl +package-$(BR2_PACKAGE_MGETTY) += mgetty package-$(BR2_PACKAGE_MIAU) += miau package-$(BR2_PACKAGE_MIAX) += miax package-$(BR2_PACKAGE_MICROCOM) += microcom @@ -142,6 +143,7 @@ package-$(BR2_COMPILE_MINI_HTTPD) += mini_httpd package-$(BR2_PACKAGE_MINI_SENDMAIL) += mini_sendmail package-$(BR2_COMPILE_MIREDO) += miredo package-$(BR2_COMPILE_MONIT) += monit +package-$(BR2_PACKAGE_MOTION) += motion package-$(BR2_PACKAGE_MPD) += mpd package-$(BR2_PACKAGE_MRD6) += mrd6 package-$(BR2_PACKAGE_MT_DAAPD) += mt-daapd @@ -162,6 +164,7 @@ package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_NVRAM) += nvram package-$(BR2_PACKAGE_OLSRD) += olsrd package-$(BR2_COMPILE_OPENCDK) += opencdk +package-$(BR2_PACKAGE_OPENH323) += openh323 package-$(BR2_COMPILE_OPENLDAP) += openldap package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENSER) += openser @@ -194,6 +197,7 @@ package-$(BR2_PACKAGE_PRIVOXY) += privoxy package-$(BR2_PACKAGE_PROCMAIL) += procmail package-$(BR2_PACKAGE_PSYBNC) += psybnc package-$(BR2_PACKAGE_PTUNNEL) += ptunnel +package-$(BR2_PACKAGE_PWLIB) += pwlib package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_COMPILE_RADIUSCLIENT_NG) += radiusclient-ng package-$(BR2_PACKAGE_RADVD) += radvd @@ -291,7 +295,7 @@ $(INSTALL_PACKAGES): base-files-install amwall-compile: libamsel-compile arpd-compile: libpcap-compile libdnet-compile libevent-compile arpwatch-compile: libpcap-compile -atftp-compile: readline-compile +atftp-compile: readline-compile ncurses-compile avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile bitchx-compile: ncurses-compile @@ -349,6 +353,7 @@ nfs-server-compile: portmap-compile nmap-compile: uclibc++-compile pcre-compile libpcap-compile nocatsplash-compile: glib-compile opencdk-compile: libgcrypt-compile +openh323-compile: pwlib-compile openldap-compile: cyrus-sasl-compile openssl-compile openssh-compile: zlib-compile openssl-compile openssl-compile: zlib-compile @@ -362,6 +367,7 @@ postgresql-compile: zlib-compile ppp-compile: linux-atm-compile libpcap-compile privoxy-compile: pcre-compile ptunnel-compile: libpcap-compile +pwlib-compile: libpthread-compile quagga-compile: readline-compile ncurses-compile raddump-compile: openssl-compile libpcap-compile radiusclient-ng-compile: openssl-compile @@ -400,7 +406,7 @@ wx200d-compile: postgresql-compile xsupplicant-compile: openssl-compile ipsec-tools-compile: openssl-compile -asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile +asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile openh323-compile ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) asterisk-compile: speex-compile endif @@ -432,6 +438,10 @@ ifneq ($(BR2_PACKAGE_MINI_HTTPD_OPENSSL),) mini_httpd-compile: openssl-compile endif +ifneq ($(BR2_PACKAGE_MOTION),) +motion-compile: jpeg-compile +endif + ifneq ($(BR2_PACKAGE_MPD_MP3),) mpd-compile: libid3tag-compile libmad-compile endif