Commit Graph

29 Commits

Author SHA1 Message Date
Felix Fietkau
be563b8702 opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent
SVN-Revision: 17820
2009-10-02 15:18:38 +00:00
Felix Fietkau
997d4fb013 opkg: fix the -force_space option
SVN-Revision: 17611
2009-09-19 17:32:59 +00:00
Jo-Philipp Wich
6ccd4143eb opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft
SVN-Revision: 17209
2009-08-10 22:38:37 +00:00
Imre Kaloz
e8ce7fab52 upgrade opkg to r215 from the googlecode svn
SVN-Revision: 17152
2009-08-06 20:08:27 +00:00
Imre Kaloz
671280830d add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
SVN-Revision: 17101
2009-08-03 11:24:56 +00:00
Imre Kaloz
9711e6ad55 use board names instead of arch in packages
SVN-Revision: 17063
2009-07-31 12:15:51 +00:00
Florian Fainelli
459edb94dc update to r4993
SVN-Revision: 15901
2009-05-17 17:09:12 +00:00
Andy Boyett
ee48f5ae78 opkg.conf: update trunk snapshots url
SVN-Revision: 15899
2009-05-17 16:49:50 +00:00
Felix Fietkau
97c4a54db3 opkg: work around the same broken array overrun check in gcc 4.4 as in gcc 4.3
SVN-Revision: 15522
2009-04-30 19:38:58 +00:00
Felix Fietkau
bad948c277 opkg: fix error message reporting caused by an uninitialized variable
SVN-Revision: 15057
2009-03-28 20:39:19 +00:00
Nicolas Thill
21d7852de0 replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
SVN-Revision: 14651
2009-02-24 00:08:08 +00:00
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
SVN-Revision: 14508
2009-02-14 14:11:12 +00:00
Felix Fietkau
f10075e5b6 opkg: work around a gcc warning bug related to array bounds checking
SVN-Revision: 14506
2009-02-14 10:43:15 +00:00
Felix Fietkau
5ebc074df4 fix opkg target arch detection problem on x86
SVN-Revision: 14055
2009-01-16 16:22:01 +00:00
Felix Fietkau
6afa1b4c50 fix opkg overlay_root option for jffs2-only images
SVN-Revision: 13710
2008-12-21 19:52:14 +00:00
Nicolas Thill
7e66f38647 add a patch helping available storage space detection, remove workaround from [13611], bump release number
SVN-Revision: 13650
2008-12-15 13:11:12 +00:00
Nicolas Thill
4eb907423a add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602]
SVN-Revision: 13611
2008-12-12 01:00:51 +00:00
Travis Kemen
7002daa535 remove GPG not enabled in this build warning
SVN-Revision: 13083
2008-10-30 18:22:00 +00:00
Andy Boyett
b9222805f0 use gzipped package lists
SVN-Revision: 12849
2008-10-04 10:27:06 +00:00
Travis Kemen
a15a10c85a remove unneeded line
SVN-Revision: 12321
2008-08-16 16:46:11 +00:00
Travis Kemen
99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
2008-08-16 06:35:14 +00:00
Travis Kemen
e7c9479ae4 fix symlinks when installing opkg into a image
SVN-Revision: 12316
2008-08-15 04:13:21 +00:00
Florian Fainelli
68bdb68247 Fix opkg compilation with ccache, thanks sn9
SVN-Revision: 12303
2008-08-13 21:12:26 +00:00
Felix Fietkau
e9ea28b0af use $(FPIC) in a few places where it matters
SVN-Revision: 12225
2008-08-06 22:10:29 +00:00
Travis Kemen
56172a1eba update opkg to 4564, fixes a couple of memory leaks
SVN-Revision: 12115
2008-08-05 00:48:44 +00:00
Travis Kemen
a4dbc3ddb3 remove opkg config file and link ipkg.conf to opkg.conf being they are the same
SVN-Revision: 11994
2008-07-29 17:23:52 +00:00
Travis Kemen
f988ff9a3a removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it
SVN-Revision: 11991
2008-07-29 12:57:43 +00:00
Florian Fainelli
3832f60af7 opkg depends on curl
SVN-Revision: 11988
2008-07-29 10:24:32 +00:00
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
SVN-Revision: 11983
2008-07-29 04:16:43 +00:00