projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add support for per-package prereq checks, run global prereq checks before (menu...
[openwrt.git]
/
package
/
ppp
/
Makefile
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
2f01400
..
85d52d0
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
@@
-15,68
+21,67
@@
PKG_CAT:=zcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-include $(
TOPDIR)/package/rules
.mk
+include $(
INCLUDE_DIR)/package
.mk
define Package/ppp
define Package/ppp
-
SECTION:=net
-
CATEGORY:=Network
-
MENU:=1
-
DEFAULT:=y
-
TITLE:=PPP daemon
-
DESCRIPTION:=PPP (Point-to-Point Protocol) daemon
-
URL:=http://ppp.samba.org/
+SECTION:=net
+CATEGORY:=Network
+MENU:=1
+DEFAULT:=y
+TITLE:=PPP daemon
+DESCRIPTION:=PPP (Point-to-Point Protocol) daemon
+URL:=http://ppp.samba.org/
endef
define Package/ppp-mod-pppoa
endef
define Package/ppp-mod-pppoa
-
SECTION:=net
-
CATEGORY:=Network
-
DEPENDS:=ppp +linux-atm
-
TITLE:=PPPoA plugin
-
DESCRIPTION:=PPPoA (PPP over ATM) plugin for ppp
+SECTION:=net
+CATEGORY:=Network
+DEPENDS:=ppp +linux-atm
+TITLE:=PPPoA plugin
+DESCRIPTION:=PPPoA (PPP over ATM) plugin for ppp
endef
define Package/ppp-mod-pppoe
endef
define Package/ppp-mod-pppoe
-
SECTION:=net
-
CATEGORY:=Network
-
DEFAULT:=y
-
DEPENDS:=ppp
-
TITLE:=PPPoE plugin
-
DESCRIPTION:=PPPoE (PPP over Ethernet) plugin for ppp
+SECTION:=net
+CATEGORY:=Network
+DEFAULT:=y
+DEPENDS:=ppp
+TITLE:=PPPoE plugin
+DESCRIPTION:=PPPoE (PPP over Ethernet) plugin for ppp
endef
define Package/ppp-mod-radius
endef
define Package/ppp-mod-radius
-
SECTION:=net
-
CATEGORY:=Network
-
DEPENDS:=ppp
-
TITLE:=RADIUS plugin
-
DESCRIPTION:=RADIUS (Remote Authentication Dial-In User Service) plugin for ppp
+SECTION:=net
+CATEGORY:=Network
+DEPENDS:=ppp
+TITLE:=RADIUS plugin
+DESCRIPTION:=RADIUS (Remote Authentication Dial-In User Service) plugin for ppp
endef
define Package/chat
endef
define Package/chat
-
SECTION:=net
-
CATEGORY:=Network
-
DEPENDS:=ppp
-
TITLE:=Establish conversation with a modem
-
DESCRIPTION:=Utility to establish conversation with other PPP servers (via a modem)
+SECTION:=net
+CATEGORY:=Network
+DEPENDS:=ppp
+TITLE:=Establish conversation with a modem
+DESCRIPTION:=Utility to establish conversation with other PPP servers (via a modem)
endef
define Package/pppdump
endef
define Package/pppdump
-
SECTION:=net
-
CATEGORY:=Network
-
DEPENDS:=ppp
-
TITLE:=Read PPP record file
-
DESCRIPTION:=Utility to read PPP record file
+SECTION:=net
+CATEGORY:=Network
+DEPENDS:=ppp
+TITLE:=Read PPP record file
+DESCRIPTION:=Utility to read PPP record file
endef
define Package/pppstats
endef
define Package/pppstats
-
SECTION:=net
-
CATEGORY:=Network
-
DEPENDS:=ppp
-
TITLE:=Report PPP statistics
-
DESCRIPTION:=Utility to report PPP statistics
+SECTION:=net
+CATEGORY:=Network
+DEPENDS:=ppp
+TITLE:=Report PPP statistics
+DESCRIPTION:=Utility to report PPP statistics
endef
endef
-
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)/usr
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)/usr
@@
-146,7
+151,6
@@
endef
define Package/pppstats/install
install -d -m0755 $(1)/usr/sbin
install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppstats $(1)/usr/sbin/
define Package/pppstats/install
install -d -m0755 $(1)/usr/sbin
install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppstats $(1)/usr/sbin/
- $(RSTRIP) $(1)
endef
$(eval $(call BuildPackage,ppp))
endef
$(eval $(call BuildPackage,ppp))
This page took
0.032624 seconds
and
4
git commands to generate.