summaryrefslogtreecommitdiff
path: root/openwrt/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-24 20:49:31 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-24 20:49:31 +0000
commit88b8c4eb63a579667e9815519ca0d910eb5f8cfc (patch)
tree35fb9755b81d8fcd07bd3f63835db5d0f767387b /openwrt/package/linux-atm/Makefile
parent732b4932f1f3460e1c1026586981e06f698edba9 (diff)
downloadmtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.zip
mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.gz
mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.bz2
new (last?) attempt at standardizing Makefiles
SVN-Revision: 4855
Diffstat (limited to 'openwrt/package/linux-atm/Makefile')
-rw-r--r--openwrt/package/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux-atm/Makefile b/openwrt/package/linux-atm/Makefile
index 291fe35..24a914a 100644
--- a/openwrt/package/linux-atm/Makefile
+++ b/openwrt/package/linux-atm/Makefile
@@ -12,12 +12,12 @@ PKG_NAME:=linux-atm
PKG_VERSION:=2.4.1
PKG_RELEASE:=1
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
PKG_CAT:=zcat
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk