propagate atm header changes into pppoatm and br2684ctl as well
SVN-Revision: 20558
This commit is contained in:
parent
bbfd83bfe8
commit
e3597a8786
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ppp
|
||||
PKG_VERSION:=2.4.4
|
||||
|
@ -20,7 +21,6 @@ PKG_BUILD_DEPENDS:=libpcap
|
|||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
define Package/ppp/Default
|
||||
SECTION:=net
|
||||
|
@ -108,6 +108,11 @@ $(call Build/Configure/Default,, \
|
|||
UNAME_R="$(LINUX_VERSION)" \
|
||||
UNAME_M="$(ARCH)" \
|
||||
)
|
||||
mkdir -p $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux
|
||||
cp \
|
||||
$(LINUX_DIR)/include/linux/compiler.h \
|
||||
$(LINUX_DIR)/include/linux/atm*.h \
|
||||
$(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += COPTS="$(TARGET_CFLAGS)" \
|
||||
|
|
Loading…
Reference in a new issue