summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-18 08:49:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-18 09:10:38 +0200
commit5b59d0310c62a1b0d067da07bbad4c726178b9cd (patch)
tree3f1b7ce391bd8703add45f51f4b37d0362a227fd /package
parent85cb2f2c7f5a45e447a4e3ca53f084a023ce0592 (diff)
fixed for mikrotik-rb532
Diffstat (limited to 'package')
-rw-r--r--package/swconfig/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index 58c072bb6..36e9ac9c5 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -3,15 +3,16 @@
include $(TOPDIR)/rules.mk
-# always use tab spaces as separator, no spaces
PKG_NAME:= swconfig
PKG_VERSION:= 1.0
PKG_RELEASE:= 1
-PKG_DESCR:= OpenWrt switch config tool
+PKG_DESCR:= switch config tool
PKG_SECTION:= net/route
PKG_DEPENDS:= libnl libpthread
PKG_BUILDDEP:= libnl
+PKG_SYSTEM_DEPENDS:= mikrotik-rb4xx
+
WRKDIST= ${WRKDIR}/swconfig
NO_DISTFILES:= 1
@@ -19,16 +20,14 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SWCONFIG,swconfig,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIG_STYLE:= manual
TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/libnl3/
-#BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-# please install all files and directories to the package dir
+CONFIG_STYLE:= manual
+INSTALL_STYLE:= manual
+
swconfig-install:
$(INSTALL_DIR) $(IDIR_SWCONFIG)/usr/bin
$(INSTALL_BIN) $(WRKDIST)/swconfig \
$(IDIR_SWCONFIG)/usr/bin
-# please remove ALL above comments, before commiting
include ${TOPDIR}/mk/pkg-bottom.mk