43 Commits (3559931d8f9b3d53374aca52e83f389f42746cac)

Author SHA1 Message Date
Jo-Philipp Wich 97860d1c5c opkg: remove stray HOST_BUILD_DEPENDS 14 years ago
Jo-Philipp Wich 99c9533a7f opkg: remove manual automake invocations and rely and host and target fixups 14 years ago
Jo-Philipp Wich 3864e6af2f opkg: update to r576, remove 013add-list-changed-conffiles.patch - went upstream. 14 years ago
Jo-Philipp Wich 7eb2c8959c opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com> 14 years ago
Jo-Philipp Wich 8e9dfc063f opkg: reenable global upgrade, refresh patches 14 years ago
Jo-Philipp Wich 1cb2abca8e add maintainer information 14 years ago
Alexandros C. Couloumbis bf29f6455f package/opkg: update to r563 14 years ago
Jo-Philipp Wich 9bb6f3b5f3 opkg: - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation 14 years ago
Jo-Philipp Wich b1edd2ac6e opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install 14 years ago
Jo-Philipp Wich a836869b69 opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend libtool/host 14 years ago
Jo-Philipp Wich e47a8a001c revert r22372 and r22405, dependency on host libtool causes problems 14 years ago
Jo-Philipp Wich 8c1d9afc40 use host opkg for installing packages in buildroot and ImageBuilder 14 years ago
Jo-Philipp Wich d429130518 opkg: update to r528, refresh patches 15 years ago
Nicolas Thill fc72a828f5 opkg: add upstream patch fixing the order packages are configured (closes: #7057, #7058), bump release number 15 years ago
Travis Kemen ab3d8e0779 fix opkg.conf 15 years ago
Travis Kemen 9788414b55 change the opkg path due to changes in the buildsystem, fixes incorrect path in snapshot images 15 years ago
Jo-Philipp Wich d7272853a2 opkg: update to r513, move lock-file to /var/lock and drop cleanup patch - went upstream 15 years ago
Jo-Philipp Wich e528ed80da opkg: only select overlay_root if the install destination is root, this eliminates the need for force_space when using external destinations like usb disks 15 years ago
Jo-Philipp Wich 608de32479 opkg: update to r503 - reduces peak memory usage by further 20%, rebased patches, restored old config file default 15 years ago
Jo-Philipp Wich 2355f9d497 opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections 15 years ago
Jo-Philipp Wich 3231dce5aa opkg: - replace package list parser by something that works with fixed buffers to avoid slurping the whole file into memory during parsing - fix a possible null pointer dereference in opkg_remove_cmd() - get rid of upgrade, it cannot upgrade single packages and kills the system in most cases - get rid of the flag operation, not needed - bump package revision 15 years ago
Felix Fietkau 762991f315 opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed 15 years ago
Felix Fietkau be563b8702 opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent 15 years ago
Jo-Philipp Wich 6ccd4143eb opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft 15 years ago
Imre Kaloz e8ce7fab52 upgrade opkg to r215 from the googlecode svn 15 years ago
Imre Kaloz 671280830d add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter 15 years ago
Imre Kaloz 9711e6ad55 use board names instead of arch in packages 15 years ago
Florian Fainelli 459edb94dc update to r4993 16 years ago
Andy Boyett ee48f5ae78 opkg.conf: update trunk snapshots url 16 years ago
Felix Fietkau 97c4a54db3 opkg: work around the same broken array overrun check in gcc 4.4 as in gcc 4.3 16 years ago
Nicolas Thill 21d7852de0 replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate 16 years ago
Felix Fietkau df0643a408 opkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-bounds into TARGET_CFLAGS instead of a patch and make it conditional 16 years ago
Felix Fietkau 5ebc074df4 fix opkg target arch detection problem on x86 16 years ago
Nicolas Thill 7e66f38647 add a patch helping available storage space detection, remove workaround from [13611], bump release number 16 years ago
Travis Kemen a15a10c85a remove unneeded line 16 years ago
Travis Kemen 99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default 16 years ago
Florian Fainelli 68bdb68247 Fix opkg compilation with ccache, thanks sn9 16 years ago
Felix Fietkau e9ea28b0af use $(FPIC) in a few places where it matters 16 years ago
Travis Kemen 56172a1eba update opkg to 4564, fixes a couple of memory leaks 16 years ago
Travis Kemen a4dbc3ddb3 remove opkg config file and link ipkg.conf to opkg.conf being they are the same 16 years ago
Travis Kemen f988ff9a3a removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it 16 years ago
Florian Fainelli 3832f60af7 opkg depends on curl 16 years ago
Travis Kemen 53332ba9c2 add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg 16 years ago