1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 22:18:35 +03:00
Commit Graph

269 Commits

Author SHA1 Message Date
lars
f4dcd33323 Restore config after running scripts/env diff.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-18 20:45:12 +00:00
cyrus
dda76453d2 Fixed dependency handling for feeds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-16 20:25:36 +00:00
nbd
5e0e6f254e fix ./scripts/env for newer git versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 15:48:40 +00:00
lars
015124ea4f Add @GNOME download source.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-01 21:46:17 +00:00
nbd
eeddc0fb46 fix ./scripts/env delete
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-27 14:13:47 +00:00
nbd
ed04ed77c6 some more s/git-/git /
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-24 14:16:49 +00:00
nbd
56d7382fa8 replace the deprecated git-* command calls with git *
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-24 13:40:21 +00:00
nico
72a7d4c4dd don't display the "Image configuration" menu entry when there's nothing to pre-configure (when using the SDK for example)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-22 04:18:35 +00:00
nico
e0a41f6285 add "Architecture" field to opkg status file (closes: #3901)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 14:09:19 +00:00
nbd
76c0c63ed3 rename feeds.conf to feeds.conf.default, make feeds.conf override feeds.conf.default this makes it possible to change the feeds lists without having the version control system record it as a change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-17 09:05:01 +00:00
nbd
a4d916c9b5 fix uninitialized variable in metadata.pm (#3860)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-16 17:00:50 +00:00
thepeople
d5dc9a9087 make opkg the default package manager, disable busybox ipkg from building by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-16 06:35:14 +00:00
florian
822443a35a scripts/feeds calls 'make' irrespective of the platform it is
running on. The attached patch changes the code to use gmake
if available (which should cover non-linux platforms, and is
the same logic used to adapt other programs in include/host.mk) (#3867)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-08 21:30:08 +00:00
nbd
144109da9d and another one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 16:14:53 +00:00
nbd
a0e3e53cfe fix a small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 16:13:38 +00:00
nbd
accaafac27 add script for managing 'build environments' (.config+files/), including documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 14:30:46 +00:00
nbd
110126ad20 fix a small bug in the recursive dependency lookup for generated menuconfig files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 23:43:13 +00:00
nbd
6ddc4b5e1b scripts/feeds: properly handle virtual packages as well, use the first available provider by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:22:43 +00:00
nbd
613bbc6ab9 scripts/feeds: fix some installation warnings for locally installed packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:22:29 +00:00
nbd
51d02a9a2e fix scripts/feeds dependency lookup: process deps for all virtual packages of a src package that belongs to the package that the user wants to install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-04 22:03:28 +00:00
kaloz
135c702d2e generate zImage for the ADI Sidewinder, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-22 06:15:07 +00:00
kaloz
7f9217ac14 generate patched zImage for the Pronghorn, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-02 23:25:52 +00:00
matteo
e54d9e35f2 use the european kernel.org mirror too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-12 14:48:32 +00:00
nbd
dde8e9a63e fix missing package compile/installation issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-11 18:48:37 +00:00
nbd
e6074d0ad7 fix some previously ignored build dependencies (for example, uci->lua)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-11 01:36:08 +00:00
nbd
59f2b19172 consider virtual dependencies (generated by using PROVIDES:=) when generating the build dependencies (fixes python build dependency errors)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-10 21:10:02 +00:00
kaloz
fc26dda750 add new target feature option for fpu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-03 09:29:58 +00:00
kaloz
544232b227 add support for the Gateworks Cambria
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-28 22:20:49 +00:00
nico
697a309ede add a gpio feature for devices supporting the generic GPIO interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 09:46:45 +00:00
nico
3f3f04ffd2 install dependencies after installing package to avoid deep recursion and mass memory consuption
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-13 22:36:51 +00:00
nico
e7b225df0b install build-depends packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-12 09:37:44 +00:00
kaloz
81bc82d9a8 add support for the IXDPG425
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-07 10:48:45 +00:00
nbd
074c4146b6 fix error message in scripts/feeds when indexes are missing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-05 14:32:08 +00:00
nbd
c50d2a30f6 fix a recursive symlink issue with scripts/feeds and src-link
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-02 21:27:21 +00:00
rwhitby
1c85bf8628 arm-magic.sh: added tw5334 machine id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-25 06:10:58 +00:00
ralph
6830e7b178 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)



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-20 17:08:24 +00:00
ralph
65b632d241 adding the possibility of local file cache
specify file://path_to_file_cache within localmirrors file to add new local file cache


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-18 21:07:22 +00:00
ralph
f6e91c760f 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-18 15:50:29 +00:00
rwhitby
cb3c55a037 Added a new mach id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-12 12:35:17 +00:00
agb
8e3a5f9732 Increased to five download attempts in download.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 21:05:24 +00:00
ralph
b542c574c4 - added package list function
-r list packages of specified feed
  -s list the feed names only and their URL
- refresh of usage text

-d-This line, and those below, will be ignored--

M    feeds


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-30 09:22:05 +00:00
juhosg
ca1487cd32 add feature flag for the cpio.gz support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 13:56:43 +00:00
nbd
f60f028f94 cleanups, small fixes and improvements for the feeds script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-27 15:09:03 +00:00
nbd
424c38123b scripts/feeds: Add support for git feeds.
Invokes 'git clone' on initial feed-update and 'git pull' later on.

Signed-off-by: Michel Marti <mcdmx@users.sf.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-27 15:08:58 +00:00
nbd
900af27a32 the attached patch adds the -a option to the feeds install command.
Therefore following command option should work now

./scripts/feeds install -a
./scripts/feeds install -a -p xwrt

To-do:
- The next step should be to replace the current make package/symlinks implementation with ./scripts/feeds install -a .
  ( the locations of the packages within ./packages are different with both methods )
- The current feed script is not able to handle "Provides" statements properly. The dependencies will be installed only if they are real package names and not aliases (provides) .

Note:
This patch also includes the previous patch reg. directory (ClearCase) support from 30.12.07.

br/R

Signed-off-by: ralph <ralph.hempel@infineon.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 11:33:20 +00:00
kaloz
da95d684ac add support for the Netgear WG302v1/WAG302v1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-14 22:36:09 +00:00
florian
25040fe2c0 Also export LC_ALL to C to work properly (#2926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 17:02:00 +00:00
kaloz
58f98ac382 * 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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 21:00:01 +00:00
nbd
1889c9ed1c remove old feeds stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 17:03:07 +00:00
blogic
374cefe05d added extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 12:39:09 +00:00