X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fdsl-qos-queue%2FMakefile;h=53277fc3ffc8f1c0a7ec37de27dc663683240c05;hb=241c69bb401310b1273c88cc35ac2fd2972a7f35;hp=67d9392def7fc3a767950f54fb1060b92778ce46;hpb=f907dabbe7e3103f57a27d89618bf3bba949776c;p=packages.git diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index 67d9392de..53277fc3f 100644 --- a/net/dsl-qos-queue/Makefile +++ b/net/dsl-qos-queue/Makefile @@ -24,6 +24,7 @@ define Package/dsl-qos-queue CATEGORY:=Network DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28 TITLE:=ADSL/ATM Bandwith management + URL:=http://www.sonicspike.net/software/ endef define Build/Configure @@ -33,6 +34,7 @@ define Build/Compile $(call Build/Compile/Default, \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libipq $(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ + LIBIPQ=$(STAGING_DIR)/usr/lib/libipq.a \ all \ ) endef