summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-19 23:02:14 +0000
committerMike Baker <mbm@openwrt.org>2006-05-19 23:02:14 +0000
commita3281a2f3bd6604d02d6543bce188c9adea82708 (patch)
tree5a74ff2ef272dfe36ddaaa89bb22ce6986b2a022 /openwrt/package
parent59c1faa1503df905ebe75e435eebf6fb0de107e2 (diff)
downloadmtk-20170518-a3281a2f3bd6604d02d6543bce188c9adea82708.zip
mtk-20170518-a3281a2f3bd6604d02d6543bce188c9adea82708.tar.gz
mtk-20170518-a3281a2f3bd6604d02d6543bce188c9adea82708.tar.bz2
fix .pkginfo line to allow the use of $(SOURCE)
SVN-Revision: 3802
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/busybox/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile
index ff23ee7..cc36301 100644
--- a/openwrt/package/busybox/Makefile
+++ b/openwrt/package/busybox/Makefile
@@ -23,10 +23,11 @@ TITLE:=Core utilities for embedded Linux
DESCRIPTION:=The Swiss Army Knife of embedded Linux. \\\
It slices, it dices, it makes Julian Fries.
URL:=http://busybox.net/
-CONFIG:=menu "Configuration" \\\
- depends on PACKAGE_busybox \\\
-source "package/busybox/config/Config.in" \\\
-endmenu
+CONFIG:=\\\
+ menu "Configuration" \\\
+ depends on PACKAGE_busybox \\\
+ source "$(SOURCE)/config/Config.in" \\\
+ endmenu
endef
define Build/Configure