Commit 4182c4e 1 parent 6d376d6 commit 4182c4e Copy full SHA for 4182c4e
File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,6 @@ PKG_HASH:=c411430bb102f08d3d68d2fb5010b5da0149908b671ac0fb12abd8c8ee6380c5
14
14
15
15
include $(INCLUDE_DIR ) /package.mk
16
16
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
38
17
$(INSTALL_BIN) $(PKG_BUILD_DIR)/babel-pinger $(1)/usr/sbin/
39
18
endef
40
19
You can’t perform that action at this time.
0 commit comments