26 Commits (b9466382b54892c186dea356e701b5ecec86d8aa)

Author SHA1 Message Date
Jo-Philipp Wich 9e04019024 package: flag essential components as nonshared 9 years ago
John Crispin 1268b2e899 opkg: Fix handling of sha256sums for conffiles 9 years ago
John Crispin 61c839ddd7 opkg: Make opkg understand old md5 9 years ago
Felix Fietkau e771a31b39 opkg: depend on uclient-fetch, disable busybox wget 9 years ago
Felix Fietkau 1fb3259541 opkg: remove obsolete gcc version check 9 years ago
John Crispin 5bf8dd5e5e opkg: Extend 'opkg list' command to optionally display package size 9 years ago
Jo-Philipp Wich 6497406220 opkg: expose lists_dir option as command line argument 9 years ago
Felix Fietkau 3d6a411f14 opkg: work around unconditional libopenssl build dependency 9 years ago
Jonas Gorski ec428bccad opkg: ensure image provided feeds are available after sysupgrade 9 years ago
Felix Fietkau 278add2ab1 opkg: fix duplicate check_signature line for smime variant (#19863) 9 years ago
Jo-Philipp Wich 3c5357d6ef feeds: use common macro "FeedSourcesAppend" to populate opkg configurations 9 years ago
John Crispin cc9a392e49 opkg: drop md5 in favour of sha256 10 years ago
Felix Fietkau beca028bd6 build: add integration for managing opkg package feed keys 10 years ago
John Crispin 74a3a77bcd license info - revert r43155 10 years ago
John Crispin c10d97484a Add more license tags with SPDX identifiers 10 years ago
Steven Barth bec9d38fa4 Add a few SPDX tags 10 years ago
Jo-Philipp Wich 4f73613c26 build: improve feed handling for opkg.conf 10 years ago
Jo-Philipp Wich 960b7643c9 build: add new option to add disabled feeds commented out to opkg.conf 10 years ago
Jo-Philipp Wich a720dd209f build: introduce per feed repository support 10 years ago
Jo-Philipp Wich 1f3a36b9c3 opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatching md5sums 11 years ago
Jo-Philipp Wich df57b8dcb6 opkg: switch to git repository (#14655) 11 years ago
Steven Barth cde419ebfc opkg: ignore empty fields in package lists 11 years ago
Steven Barth 8b7b7cabf2 opkg: add support for SHA256 verification 11 years ago
Steven Barth cbdd346b11 Add package signing infrastructure 11 years ago
Steven Barth 2d5448afb5 opkg: add build variant with signature support 11 years ago
John Crispin 4ebf19b48f packages: clean up the package folder 11 years ago
Jo-Philipp Wich ede4e23677 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*") 12 years ago
Hamish Guthrie 81a3d9ba31 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. 12 years ago
Felix Fietkau ed2bf29be5 build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems 12 years ago
Felix Fietkau d365063c59 opkg: add host and package parallel build support 12 years ago
Jo-Philipp Wich a43ae30e1b 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 13 years ago
Jo-Philipp Wich ba0c7accd9 opkg: fix a double free of pkg vectors when recursively removing packages due to --autoremove 13 years ago
Jo-Philipp Wich 37f7e8afdc opkg: update to r618 14 years ago
Jo-Philipp Wich fef8f37692 change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf 14 years ago
Felix Fietkau 8c0df5f96c opkg: use -ffunction-sections, -fdata-sections and --gc-sections 14 years ago
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