projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Require* calls must now be placed before BuildPackage calls
[openwrt.git]
/
package
/
wprobe
/
Makefile
diff --git
a/package/wprobe/Makefile
b/package/wprobe/Makefile
index
69c4507
..
cea23d2
100644
(file)
--- a/
package/wprobe/Makefile
+++ b/
package/wprobe/Makefile
@@
-12,13
+12,11
@@
PKG_VERSION:=1
PKG_BUILD_DEPENDS:=libnl PACKAGE_wprobe-export:libipfix
PKG_BUILD_DEPENDS:=libnl PACKAGE_wprobe-export:libipfix
-include $(INCLUDE_DIR)/package.mk
-
-PKG_CONFDEPS = \
+PKG_CONFIG_DEPENDS = \
CONFIG_PACKAGE_kmod-wprobe \
CONFIG_PACKAGE_kmod-wprobe \
- CONFIG_PACKAGE_wprobe-export
+ CONFIG_PACKAGE_wprobe-export
\
-STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,$(PKG_CONFDEPS))
+include $(INCLUDE_DIR)/package.mk
define KernelPackage/wprobe
SUBMENU:=Network Support
define KernelPackage/wprobe
SUBMENU:=Network Support
@@
-103,8
+101,8
@@
define Build/Compile
endef
define Build/InstallDev
endef
define Build/InstallDev
- $(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include
+ $(INSTALL_DIR) $(1)/usr/include
/wprobe
+ $(CP) $(PKG_BUILD_DIR)/kernel/linux $(1)/usr/include
/wprobe
endef
define Package/wprobe-info/install
endef
define Package/wprobe-info/install
This page took
0.049044 seconds
and
4
git commands to generate.