X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fdsl-qos-queue%2FMakefile;h=a55433ef064736957ea4abedad7725363993c4eb;hp=cf39f523ba22172c628e80d805064169bea4e9d7;hb=1f2cdcce5ef55d9b61cee4cf167a5e7f9c319cad;hpb=d8b2167a59efc4076f2d6d352a06bb37fdaede65 diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index cf39f523ba..a55433ef06 100644 --- a/net/dsl-qos-queue/Makefile +++ b/net/dsl-qos-queue/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dsl-qos-queue SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 + 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 endef @@ -32,7 +32,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libipq -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ all \ )