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
This commit is contained in:
florian 2008-12-09 23:21:47 +00:00
parent f2faa95cef
commit 2966d89898

View File

@ -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 \
)