projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing src symlink
[openwrt.git]
/
package
/
ppp
/
Makefile
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
6800768
..
7d05db0
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-23,6
+23,7
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILDDEP:=libpcap linux-atm
include $(INCLUDE_DIR)/package.mk
PKG_BUILDDEP:=libpcap linux-atm
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/kernel.mk
define Package/ppp/Default
SECTION:=net
define Package/ppp/Default
SECTION:=net
@@
-32,7
+33,6
@@
endef
define Package/ppp
$(call Package/ppp/Default)
define Package/ppp
$(call Package/ppp/Default)
- DEFAULT:=y
DEPENDS:=+kmod-ppp
TITLE:=PPP daemon
DESCRIPTION:=\
DEPENDS:=+kmod-ppp
TITLE:=PPP daemon
DESCRIPTION:=\
@@
-50,7
+50,6
@@
endef
define Package/ppp-mod-pppoe
$(call Package/ppp/Default)
define Package/ppp-mod-pppoe
$(call Package/ppp/Default)
- DEFAULT:=y
DEPENDS:=ppp +kmod-pppoe
TITLE:=PPPoE plugin
DESCRIPTION:=\
DEPENDS:=ppp +kmod-pppoe
TITLE:=PPPoE plugin
DESCRIPTION:=\
@@
-91,6
+90,14
@@
define Package/pppstats
This package contains an utility to report PPP statistics.
endef
This package contains an utility to report PPP statistics.
endef
+define Build/Configure
+$(call Build/Configure/Default,, \
+ UNAME_S="Linux" \
+ UNAME_R="$(LINUX_VERSION)" \
+ UNAME_M="$(ARCH)" \
+)
+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
This page took
0.021102 seconds
and
4
git commands to generate.