projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e56cf
)
batctl: Don't overwrite default PKG_BUILD_DIR
422/head
author
Sven Eckelmann
<sven@narfation.org>
Sun, 7 Oct 2018 14:11:48 +0000
(16:11 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Sun, 14 Oct 2018 14:04:31 +0000
(16:04 +0200)
There is no benefit to overwrite the PKG_BUILD_DIR directory for batctl. As
seen with kmod-batman-adv, it actually can also break the build.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile
patch
|
blob
|
history
diff --git
a/batctl/Makefile
b/batctl/Makefile
index 66cb55dec10a08f996a8efc1c096525703561edc..4e67512844d07607852a5447a336dc9f93f5990a 100644
(file)
--- a/
batctl/Makefile
+++ b/
batctl/Makefile
@@
-17,8
+17,6
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
PKG_LICENSE:=GPL-2.0
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
-
include $(INCLUDE_DIR)/package.mk
define Package/batctl