| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
usage
SVN-Revision: 34869
|
|
|
|
| |
SVN-Revision: 34203
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
fixes parallel build on some systems
SVN-Revision: 33523
|
|
|
|
| |
SVN-Revision: 33424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
due to --autoremove
SVN-Revision: 28458
|
|
|
|
|
|
| |
Javier Palacios, #9223)
SVN-Revision: 26684
|
|
|
|
| |
SVN-Revision: 26598
|
|
|
|
| |
SVN-Revision: 25904
|
|
|
|
| |
SVN-Revision: 25829
|
|
|
|
| |
SVN-Revision: 24679
|
|
|
|
| |
SVN-Revision: 24554
|
|
|
|
| |
SVN-Revision: 24553
|
|
|
|
| |
SVN-Revision: 24145
|
|
|
|
| |
SVN-Revision: 24133
|
|
|
|
|
|
|
|
| |
Conflicts:
package/opkg/patches/009-remove-upgrade-all.patch
SVN-Revision: 23532
|
|
|
|
|
|
| |
upstream.
SVN-Revision: 23230
|
|
|
|
|
|
| |
Lopez <yann.lopez@gmail.com>
SVN-Revision: 23210
|
|
|
|
| |
SVN-Revision: 23174
|
|
|
|
| |
SVN-Revision: 23159
|
|
|
|
| |
SVN-Revision: 23052
|
|
|
|
| |
SVN-Revision: 23050
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
root mode, utilize it for host package install
SVN-Revision: 22960
|
|
|
|
|
|
| |
libtool/host
SVN-Revision: 22947
|
|
|
|
| |
SVN-Revision: 22406
|
|
|
|
| |
SVN-Revision: 22372
|
|
|
|
| |
SVN-Revision: 22340
|
|
|
|
|
|
| |
fixes conffile md5 calculation against ipkg-build generated archives
SVN-Revision: 22338
|
|
|
|
| |
SVN-Revision: 21008
|
|
|
|
|
|
| |
#7057, #7058), bump release number
SVN-Revision: 20686
|
|
|
|
| |
SVN-Revision: 20531
|
|
|
|
| |
SVN-Revision: 20474
|
|
|
|
| |
SVN-Revision: 20356
|
|
|
|
| |
SVN-Revision: 19684
|
|
|
|
|
|
| |
in snapshot images
SVN-Revision: 19575
|
|
|
|
| |
SVN-Revision: 19330
|
|
|
|
|
|
| |
filesystem (#6498)
SVN-Revision: 19121
|
|
|
|
|
|
| |
went upstream
SVN-Revision: 19061
|
|
|
|
|
|
| |
eliminates the need for force_space when using external destinations like usb disks
SVN-Revision: 18884
|
|
|
|
|
|
| |
replace 012-cleanup-tmpdir.patch with upstream fix
SVN-Revision: 18879
|
|
|
|
|
|
| |
up before exit
SVN-Revision: 18872
|
|
|
|
|
|
| |
patches, restored old config file default
SVN-Revision: 18864
|
|
|
|
| |
SVN-Revision: 18381
|
|
|
|
|
|
| |
couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections
SVN-Revision: 18380
|
|
|
|
|
|
| |
descriptions, saves a few hundred KB memory
SVN-Revision: 18124
|
|
|
|
|
|
| |
- only read package descriptions if they're actually needed (almost never), saves even more space when parsing package lists - refresh patches
SVN-Revision: 18120
|
|
|
|
|
|
| |
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
|