X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/859e8f7f7d8bfbefd610d338d16498190cd51e15..432ce85854aea17f9383519db1c2d3a8307c0760:/package/ppp/Makefile diff --git a/package/ppp/Makefile b/package/ppp/Makefile index edd9a5ea8..85d52d054 100644 --- 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 @@ -15,7 +21,7 @@ PKG_CAT:=zcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk define Package/ppp SECTION:=net @@ -145,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/ - $(RSTRIP) $(1) endef $(eval $(call BuildPackage,ppp))