massive Makefile cleanup, add missing 'svn:keywords' property
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -4,17 +4,17 @@
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id: $
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dsl_qos_queue
|
||||
PKG_VERSION:=0.9.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=ccbe8d28c3508c67f669fe98532533be
|
||||
|
||||
PKG_SOURCE_URL:=http://www.sonicspike.net/software/download/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.sonicspike.net/software/download/
|
||||
PKG_MD5SUM:=ccbe8d28c3508c67f669fe98532533be
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
@ -26,15 +26,17 @@ define Package/dsl-qos-queue
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+iptables +kmod-ipt-queue
|
||||
TITLE:=ADSL/ATM Bandwith management
|
||||
DESCRIPTION:=ADSL/ATM Bandwith management
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, \
|
||||
$(call Build/Compile/Default, \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||
install_prefix="$(PKG_INSTALL_DIR)" \
|
||||
all)
|
||||
all \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/dsl-qos-queue/install
|
||||
|
Reference in New Issue
Block a user