summaryrefslogtreecommitdiff
path: root/package/busybox/patches/001-ipkg.patch
AgeCommit message (Collapse)Author
2016-12-23busybox: update to 1.26.0Waldemar Brodkorb
2016-06-25busybox: update to 1.25.0Waldemar Brodkorb
2015-11-01busybox: update to latest stable versionWaldemar Brodkorb
2015-01-09update busybox to 2.23.0Waldemar Brodkorb
add upstream patches. Fix the busybox disable mechanism. When you choose less or lsusb full blown version, be sure busybox applet is disabled.
2014-05-23update to latest upstream, cleanup makefileWaldemar Brodkorb
2014-04-07fix build when tar is disabledWaldemar Brodkorb
2014-02-17fix installations of big packages with ipkg for some systems, like raspberry piWaldemar Brodkorb
2013-11-02update busybox to latest upstreamWaldemar Brodkorb
2013-01-31fix build errorWaldemar Brodkorb
2012-08-30update busybox to latest stable version, refresh all Config.in filesWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2011-01-27fix segfault in ipkg applet, sync md5 hash implementation with busyboxWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-07-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
2010-07-16ipkg hotfixWaldemar Brodkorb
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-06-29just mount rootfs read-write for needed subcommandsWaldemar Brodkorb
2010-06-29fix ipkg files outputWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress.
2010-06-12fix compile error when ipkg is enabledWaldemar Brodkorb
2010-04-22fix busybox compile, when ipkg is choosen and udhcpd is notWaldemar Brodkorb
2010-04-21update patchWaldemar Brodkorb
2010-04-04cleanup patchWaldemar Brodkorb
2009-11-27update busybox and default configWaldemar Brodkorb
2009-05-31fix ipkg update with busybox wgetWaldemar Brodkorb
2009-05-17Initial importwbx