X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0b0afa4d818ec18187b09055fbb8d84a01590d6e..432ce85854aea17f9383519db1c2d3a8307c0760:/package/ppp/Makefile?ds=sidebyside diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 813b7227d..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 @@ -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))