791 Commits (9ce7cdb5d1d25f47b5a9839af6d10406ec4190c4)

Author SHA1 Message Date
Imre Kaloz 08f82d001d add support for the IXDPG425 16 years ago
Felix Fietkau 7e2fc31830 fix error message in scripts/feeds when indexes are missing 16 years ago
Felix Fietkau 1d3ed2fca0 fix a recursive symlink issue with scripts/feeds and src-link 16 years ago
Rod Whitby 6ec9c45b88 arm-magic.sh: added tw5334 machine id 17 years ago
Ralph Hempel 585997f8d2 fix package/symlinks target, will call scripts/feeds update / install introduce new package/symlinks-install and package/symlinks-clean targets - package/symlink-install will re-create the index files and the symlinks for all ./feeds (no update from repositories is performed) - package/symlink-clean will delete all installed symlinks (keeping the ./feeds untouched) 17 years ago
Ralph Hempel c15ca4fb80 adding the possibility of local file cache specify file://path_to_file_cache within localmirrors file to add new local file cache 17 years ago
Ralph Hempel 0e158467a4 fix multiple update (cpy), added index generation (allows to re-create the index without updating the complete package) possible to specify the feed(s) which should be updated added -h switch to most of the commands 17 years ago
Rod Whitby 60dd242ab9 Added a new mach id 17 years ago
Andy Boyett 197fafaff6 Increased to five download attempts in download.pl 17 years ago
Ralph Hempel 2dd0677c86 - added package list function -r list packages of specified feed -s list the feed names only and their URL - refresh of usage text 17 years ago
Gabor Juhos 5b3951bfbb add feature flag for the cpio.gz support 17 years ago
Felix Fietkau 214601c012 cleanups, small fixes and improvements for the feeds script 17 years ago
Felix Fietkau e01479aca0 scripts/feeds: Add support for git feeds. 17 years ago
Felix Fietkau e7d27627fd the attached patch adds the -a option to the feeds install command. Therefore following command option should work now 17 years ago
Imre Kaloz ed57d3042b add support for the Netgear WG302v1/WAG302v1 17 years ago
Florian Fainelli 6588e58b88 Also export LC_ALL to C to work properly (#2926) 17 years ago
Imre Kaloz efadab3747 * upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN) 17 years ago
Felix Fietkau 1a94a85970 remove old feeds stuff 17 years ago
John Crispin 98926663d6 added extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz> 17 years ago
Florian Fainelli d24c3c9806 Add the adam2 fritzbox flasher (#799) 17 years ago
Florian Fainelli 7e83cf568a Add the ADAM2 flashing script (#2780) 17 years ago
Felix Fietkau 2da3f6a256 fix the sdk 17 years ago
Felix Fietkau 51996a78f1 clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git 17 years ago
Felix Fietkau e484fd5100 fix a warning 17 years ago
Gabor Juhos db709eb81e fix image names in arm-magic.sh (closes: #2682) 17 years ago
Felix Fietkau 6e03b9ce43 add config symbols for the kernel version 17 years ago
Felix Fietkau 772c6488da indent custom package config code 17 years ago
Felix Fietkau 41815ee5c8 add feature flag for display support. will be used as dependency for x.org 17 years ago
Felix Fietkau aef9b313b1 remove the dummy profile that was created on targets that have subtargets 17 years ago
Felix Fietkau 6700c1d745 ignore mconf_check 17 years ago
Felix Fietkau 86a906bed2 reorganize subtargets, sort subtargets below top level targets 17 years ago
Felix Fietkau 9bfa0d1d08 show md5sums on mismatch in download.pl 17 years ago
Felix Fietkau 80b7ff39f9 fix duplicate dependencies 17 years ago
John Crispin 1a3c4d1090 add possibility to set default .config values 17 years ago
Felix Fietkau e2e8d55dcc allow targets to select/deselect config symbols 17 years ago
Felix Fietkau 97b6135462 add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg 17 years ago
Felix Fietkau dbeb0fad24 Refactor downloading code into download.mk Support multiple file downloads Support svn downloads 17 years ago
Rod Whitby 7a86da9d37 Increased the size of the microcode payload area. 17 years ago
Felix Fietkau f8dfc57573 add initial version of a package feeds management script 17 years ago
Eugene Konev dd44ecc578 fix image preconfiguration 17 years ago
Felix Fietkau 15bc93fc03 fix kconfig.pl split for config symbols that have "0" as value 17 years ago
Felix Fietkau fb68d6c468 define extra config symbols for targets containing multiple subtargets 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago
Nicolas Thill 9f6bd2c07b remove uneeded stuff after python changes in [8639] 17 years ago
Nicolas Thill 916e33b59e change case of conflicting option 17 years ago
Nicolas Thill b518cc2c00 add an abs2rel.pl helper script (returns a path relative to another) 17 years ago
Felix Fietkau 5f748a6c24 clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time 17 years ago
Felix Fietkau d475d94aab avoid rdep in the top level make process (subdir.mk) - it leaks too much memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here 17 years ago
Nicolas Thill 1b226e4de1 add a '@KERNEL' download facility, tweak script 17 years ago