projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: rtl8366: rename vlanmc and vlan4k related structures an functions
[openwrt.git]
/
package
/
br2684ctl
/
Makefile
diff --git
a/package/br2684ctl/Makefile
b/package/br2684ctl/Makefile
index
4de325a
..
4af040b
100644
(file)
--- a/
package/br2684ctl/Makefile
+++ b/
package/br2684ctl/Makefile
@@
-6,6
+6,7
@@
#
include $(TOPDIR)/rules.mk
#
include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=br2684ctl
PKG_VERSION:=20040226
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_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
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
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
MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
define Package/$(PKG_NAME)/install
This page took
0.030135 seconds
and
4
git commands to generate.