From 2966d89898972a144cfb698da063f9df02cd4e2a Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 9 Dec 2008 23:21:47 +0000 Subject: [PATCH] dsl-qos-queue does not compile on 2.6.27, but it would not compile at all since it did not include the location to libipq git-svn-id: svn://svn.openwrt.org/openwrt/packages@13570 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dsl-qos-queue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index 8ce8c1547..c5ec54df5 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 @!LINUX_2_6_26 + DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 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 \ )