summaryrefslogtreecommitdiffstats
path: root/extra/busybox/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/busybox/Pkgfile')
-rw-r--r--extra/busybox/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/busybox/Pkgfile b/extra/busybox/Pkgfile
index e651d9112..980b1491d 100644
--- a/extra/busybox/Pkgfile
+++ b/extra/busybox/Pkgfile
@@ -4,7 +4,7 @@
# Packager: thierryn1 at hispeed dot ch
name=busybox
-version=1.18.4
+version=1.19.2
release=1
source=(http://busybox.net/downloads/$name-$version.tar.bz2 \
config)
@@ -12,7 +12,7 @@ source=(http://busybox.net/downloads/$name-$version.tar.bz2 \
build() {
cd $name-$version
cp ../config .config
- make menuconfig
+# make menuconfig
make
cp .config `prt-get printf %p --filter=$name`/$name/config
make CONFIG_PREFIX=$PKG install