Skip to content

Commit 4182c4e

Browse files
authored
Update Makefile
Signed-off-by: SPOETYBOT <[email protected]>
1 parent 6d376d6 commit 4182c4e

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

babel-pinger/Makefile

-21
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,6 @@ PKG_HASH:=c411430bb102f08d3d68d2fb5010b5da0149908b671ac0fb12abd8c8ee6380c5
1414

1515
include $(INCLUDE_DIR)/package.mk
1616

17-
define Package/babel-pinger
18-
SECTION:=net
19-
CATEGORY:=Network
20-
SUBMENU:=Routing and Redirection
21-
TITLE:=Babel-pinger
22-
URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
23-
MAINTAINER:=Gabriel Kerneis <[email protected]>
24-
DEPENDS:=+librt
25-
endef
26-
27-
define Package/babel-pinger/description
28-
Babel-pinger is a hack to export a default route into Babel for people
29-
using DHCP to configure their routers rather than speaking to their
30-
upstream provider with a proper routing protocol.
31-
endef
32-
33-
MAKE_FLAGS+= \
34-
CFLAGS="$(TARGET_CFLAGS)" \
35-
36-
define Package/babel-pinger/install
37-
$(INSTALL_DIR) $(1)/usr/sbin
3817
$(INSTALL_BIN) $(PKG_BUILD_DIR)/babel-pinger $(1)/usr/sbin/
3918
endef
4019

0 commit comments

Comments
 (0)