summaryrefslogtreecommitdiffstats
path: root/base/busybox/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-02 16:38:38 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-02 16:38:38 +0100
commitba24415d74568ba49d5c6fb15a6fb98d0ee9986a (patch)
tree4f81c2e1686afafcef4791d51eb929da031bfe90 /base/busybox/Pkgfile
parent5d1d21a0b5aef04914848ef8d96c613a42a6921b (diff)
downloadnutyx-extra-ba24415d74568ba49d5c6fb15a6fb98d0ee9986a.tar.gz
nutyx-extra-ba24415d74568ba49d5c6fb15a6fb98d0ee9986a.tar.bz2
nutyx-extra-ba24415d74568ba49d5c6fb15a6fb98d0ee9986a.tar.xz
nutyx-extra-ba24415d74568ba49d5c6fb15a6fb98d0ee9986a.zip
busybox, maj 1.18.1-1
Diffstat (limited to 'base/busybox/Pkgfile')
-rw-r--r--base/busybox/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/busybox/Pkgfile b/base/busybox/Pkgfile
index fcfb51d07..0a68f9799 100644
--- a/base/busybox/Pkgfile
+++ b/base/busybox/Pkgfile
@@ -4,7 +4,7 @@
# Packager: thierryn1 at hispeed dot ch
name=busybox
-version=1.17.3
+version=1.18.1
release=1
source=(http://busybox.net/downloads/$name-$version.tar.bz2 \
config)
@@ -12,8 +12,9 @@ source=(http://busybox.net/downloads/$name-$version.tar.bz2 \
build() {
cd $name-$version
cp ../config .config
+ make menuconfig
make
- cp .config $PKGMK_HOME_DIR/config
+ cp .config /tmp/config
make CONFIG_PREFIX=$PKG install
}