projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecf744
)
network/config/swconfig: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:24:10 +0000
(09:24 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/network/config/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/swconfig/Makefile
b/package/network/config/swconfig/Makefile
index f4ba3a9d699cd858fa530c3b7ca9551428481602..d1c8fd7b5e1d90de7f87d150e5e6c4766b9dc966 100644
(file)
--- a/
package/network/config/swconfig/Makefile
+++ b/
package/network/config/swconfig/Makefile
@@
-30,11
+30,6
@@
TARGET_CPPFLAGS := \
$(TARGET_CPPFLAGS) \
-I$(LINUX_DIR)/user_headers/include
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
$(MAKE) -C $(PKG_BUILD_DIR) \