X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d186db1599f143f35eaf074d407e5d0808fcae43..e4b1daceaf466a47e9c7b5b92c12b5735794133d:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e078d1880..851578707 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -135,6 +135,7 @@ package-$(BR2_PACKAGE_ROBOCFG) += robocfg package-$(BR2_PACKAGE_RP_PPPOE) += rp-pppoe package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect package-$(BR2_COMPILE_RRDTOOL) += rrdtool +package-$(BR2_COMPILE_RRDTOOL1) += rrdtool1 package-$(BR2_PACKAGE_RSYNC) += rsync package-$(BR2_PACKAGE_SABLEVM) += sablevm package-$(BR2_PACKAGE_SABLEVM_CLASSPATH) += sablevm-classpath @@ -167,6 +168,7 @@ package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIVIZ) += wiviz package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol +package-$(BR2_PACKAGE_WONDERSHAPER) += wondershaper package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_XINETD) += xinetd @@ -230,8 +232,14 @@ portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile ppp-compile: linux-atm-compile quagga-compile: readline-compile ncurses-compile +ifneq ($(BR2_PACKAGE_LIBRRD),) rrdcollect-compile: rrdtool-compile +endif +ifneq ($(BR2_PACKAGE_LIBRRD1),) +rrdcollect-compile: rrdtool1-compile +endif rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile +rrdtool1-compile: zlib-compile rsync-compile: popt-compile samba-compile: cups-compile screen-compile: ncurses-compile @@ -365,6 +373,7 @@ $(STAMP_DIR): TARGET_DIR="$(TARGET_DIR)" \ IPKG_CONF="$(IPKG_CONF)" \ BOARD="$(BOARD)" \ + KERNEL="$(KERNEL)" \ install %-rebuild: