- 21 Dec, 2013 1 commit
-
-
Jo-Philipp Wich authored
Upstream development now takes place in a git repository which was clone from the old svn repository. Switch the source location to the git tree using the commit that corresponds to the old svn r618 revision. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39153
-
- 14 Oct, 2013 1 commit
-
-
Steven Barth authored
This is to work around issues with package list generators creating empty fields in some environments. Based on a patch by Paul Selkrik <pselkrik@isc.org> Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 38390
-
- 04 Oct, 2013 1 commit
-
-
Steven Barth authored
based on a patch by Evan Hunt <each@isc.org> Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 38302
-
- 02 Oct, 2013 1 commit
-
-
Steven Barth authored
Add package signing key and certificate configuration options to the "Image configuration" submenu. If enabled, the Packages.gz list will be signed as file Packages.sig. The passphrase for the signing key can be sourced from a file or entered by the user. The signing certificate is automatically added to the firmware image if opkg-smime is selected. Signed-off-by:
Evan Hunt <each@isc.org> Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 38284
-
- 26 Sep, 2013 1 commit
-
-
Steven Barth authored
SVN-Revision: 38220
-
- 21 Jun, 2013 1 commit
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37007
-
- 15 Nov, 2012 1 commit
-
-
Jo-Philipp Wich authored
opkg: various additions - only wrap package descriptions when outputting to a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*") SVN-Revision: 34202
-
- 19 Oct, 2012 1 commit
-
-
Hamish Guthrie authored
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
-
- 23 Sep, 2012 1 commit
-
-
Felix Fietkau authored
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems SVN-Revision: 33523
-
- 15 Sep, 2012 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 33424
-
- 12 Apr, 2012 1 commit
-
-
Jo-Philipp Wich authored
include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner The available placeholders are: %D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt" %d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt") %N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment") %n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment") %V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262") %v .. Like %V, but all characters made lowercase and spaces substituted with "_" %C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge" %c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge") %U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages" %R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c") %T .. Replace with the current target (e.g. "ar71xx") %S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le") SVN-Revision: 31262
-
- 15 Oct, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 28458
-
- 11 Apr, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 26598
-
- 06 Mar, 2011 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 25904
-
- 02 Mar, 2011 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 25829
-
- 18 Dec, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 24679
-
- 13 Dec, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 24554
-
- 05 Oct, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 23230
-
- 03 Oct, 2010 1 commit
-
-
Jo-Philipp Wich authored
opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com> SVN-Revision: 23210
-
- 02 Oct, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 23174
-
- 30 Sep, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 23159
-
- 13 Sep, 2010 1 commit
-
-
Alexandros C. Couloumbis authored
SVN-Revision: 23050
-
- 12 Sep, 2010 1 commit
-
-
Jo-Philipp Wich authored
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 SVN-Revision: 23032
-
- 06 Sep, 2010 2 commits
-
-
Jo-Philipp Wich authored
opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install SVN-Revision: 22960
-
Jo-Philipp Wich authored
SVN-Revision: 22947
-
- 28 Jul, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 22406
-
- 23 Jul, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 22372
-
- 18 Apr, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 21008
-
- 03 Apr, 2010 1 commit
-
-
Nicolas Thill authored
opkg: add upstream patch fixing the order packages are configured (closes: #7057, #7058), bump release number SVN-Revision: 20686
-
- 17 Feb, 2010 1 commit
-
-
Travis Kemen authored
SVN-Revision: 19684
-
- 11 Feb, 2010 1 commit
-
-
Travis Kemen authored
SVN-Revision: 19575
-
- 07 Jan, 2010 1 commit
-
-
Jo-Philipp Wich authored
SVN-Revision: 19061
-
- 22 Dec, 2009 1 commit
-
-
Jo-Philipp Wich authored
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 SVN-Revision: 18884
-
- 20 Dec, 2009 1 commit
-
-
Jo-Philipp Wich authored
opkg: update to r503 - reduces peak memory usage by further 20%, rebased patches, restored old config file default SVN-Revision: 18864
-
- 11 Nov, 2009 1 commit
-
-
Jo-Philipp Wich authored
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 SVN-Revision: 18380
-
- 22 Oct, 2009 1 commit
-
-
Jo-Philipp Wich authored
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 SVN-Revision: 18119
-
- 20 Oct, 2009 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 18091
-
- 02 Oct, 2009 1 commit
-
-
Felix Fietkau authored
SVN-Revision: 17820
-
- 10 Aug, 2009 1 commit
-
-
Jo-Philipp Wich authored
opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft SVN-Revision: 17209
-
- 06 Aug, 2009 1 commit
-
-
Imre Kaloz authored
SVN-Revision: 17152
-