diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 21:55:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 21:55:54 +0000 |
commit | e3597a878640190b85ee73f1471661a2a60d9e7b (patch) | |
tree | 7071452d109ba371de6ab7942aec09e058b0cb7e /package/br2684ctl/Makefile | |
parent | bbfd83bfe865f2a7f71c8536dfa0c1fbba24080e (diff) | |
download | upstream-e3597a878640190b85ee73f1471661a2a60d9e7b.tar.gz upstream-e3597a878640190b85ee73f1471661a2a60d9e7b.tar.bz2 upstream-e3597a878640190b85ee73f1471661a2a60d9e7b.zip |
propagate atm header changes into pppoatm and br2684ctl as well
SVN-Revision: 20558
Diffstat (limited to 'package/br2684ctl/Makefile')
-rw-r--r-- | package/br2684ctl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile index 4de325ac8e..4af040b4e1 100644 --- a/package/br2684ctl/Makefile +++ b/package/br2684ctl/Makefile @@ -6,6 +6,7 @@ # include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=br2684ctl PKG_VERSION:=20040226 @@ -15,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl PKG_MD5SUM:=6eb4d8cd174e24a7c078eb4f594f5b69 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig +PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig PKG_BUILD_DEPENDS:=linux-atm include $(INCLUDE_DIR)/package.mk @@ -28,6 +29,7 @@ define Package/$(PKG_NAME) URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl endef +TARGET_CPPFLAGS += -I$(LINUX_DIR)/include MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" define Package/$(PKG_NAME)/install |