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

193 Commits

Author SHA1 Message Date
nico
023fb636c7 change case of conflicting option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-03 05:02:05 +00:00
nico
57cacb623b add an abs2rel.pl helper script (returns a path relative to another)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-01 15:20:33 +00:00
nbd
40aa2d8b06 clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30 21:12:39 +00:00
nbd
e9b5e692d5 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-29 03:51:49 +00:00
nico
34d7258a8a add a '@KERNEL' download facility, tweak script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-26 18:21:24 +00:00
rwhitby
1017c22617 slugimage: Added support for 16MiB flash chips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-10 12:54:47 +00:00
nbd
fb39b4bf19 fix a dependency bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-31 11:28:22 +00:00
nbd
af927159a9 next round of build system cleanup - convert package/ to new structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30 18:22:01 +00:00
pavlov
7b97cf0e68 bring in pylibdir.py helper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30 14:37:09 +00:00
nbd
2e57c3227c fix a prereq bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-26 16:14:14 +00:00
nbd
8a854beb05 add source feed rev to menuconfig, set 8180 as default rev for kamikaze 7.07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-26 15:28:59 +00:00
nbd
263c7a7069 more dependency fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-23 02:41:33 +00:00
florian
9ab2e7b7fc Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-18 14:11:44 +00:00
nbd
962cb816e2 allow kconfig symbols to be shared between packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-18 11:53:25 +00:00
nbd
bf9b79b200 dynamically enable/disable kernel config options for kmod packages based on build system config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-18 11:31:01 +00:00
nbd
fdab3a2fd5 keep some structure when running package/symlinks - now that the build system supports it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-16 00:01:40 +00:00
nbd
9ed76c6c5c properly support dependencies on packages that just use Build/DefaultTargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-15 23:36:02 +00:00
nbd
08bc50f080 fixes for recursive package scanning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-15 23:16:47 +00:00
rwhitby
1c0952cd52 arm-magic.sh: Added support for fsg3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-11 14:07:28 +00:00
nbd
7c63c17b62 color change to make menuconfig easier to read (patch from #1730)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-11 04:03:01 +00:00
nbd
8bf629c36a fix PACKAGES:= for target profiles in target.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-10 20:36:25 +00:00
rwhitby
36576137d6 Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for NSLU2 and DSMG600. Had to refresh the gateway 7001 patch due to changes in the file being patched.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-29 06:30:32 +00:00
nbd
480c8b30b3 remove a useless warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-12 13:23:43 +00:00
florian
06555aedd0 Put config.sub executable (#1854)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-11 08:37:26 +00:00
kaloz
e87fb5ee5a use newer config.guess and config.sub for packages then the shipped ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-08 10:37:20 +00:00
nbd
aaf255f735 Add gitignore files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-29 14:23:25 +00:00
kaloz
a5471b5250 fixup avila networking, add support for the loft
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 11:29:43 +00:00
kaloz
69c639257e preliminary board support for the Linksys WRT300N v2 (incomplete)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 11:00:02 +00:00
nbd
e2e25f95f4 Make UCI preconfiguration optional and disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-05 10:06:10 +00:00
kaloz
61d8370f60 add support for the Compex WP18 and NP18A
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-17 09:21:50 +00:00
nbd
99ba699421 revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-12 19:18:38 +00:00
nbd
39093d7cdd add a menuconfig option for specifying a local download mirror
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-06 23:15:39 +00:00
nbd
6b3796aba5 move gen_busybox_menuconfig.pl to package/busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-04 16:13:54 +00:00
nbd
0f073b8e20 replace gen_busybox_config.pl with a simple sed command
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-04 16:11:28 +00:00
mbm
a7b8d6784e Using find's -exec to remove directories causes 'not found' errors when find tries to search the removed directory. Hopefully fixed now.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-03 11:56:08 +00:00
florian
e3bbc7fac1 Use find -exec instead of xargs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-02 16:09:15 +00:00
kaloz
308f7542ae enable zImage generation for the new boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-02 14:45:01 +00:00
nbd
15aefc67e4 fix menuconfig 'deselect' statement
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-29 11:19:50 +00:00
nbd
aff12f542e some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-23 14:48:47 +00:00
nbd
927764abf2 add 'deselect' property for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-23 14:03:35 +00:00
nbd
a1aed6ae61 Add an 'Image Configuration' menu to menuconfig
Packages can export a list of config options with labels and data types
through the metadata. The selected config values will be exported to the
target filesystem in /etc/uci-defaults and applied on the first boot.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 03:02:31 +00:00
nbd
2cd10271b8 disable the automatic config reset if 'Advanced configuration options' is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04 16:02:41 +00:00
nbd
cbc765de67 force a config reset when the user changes the target platform in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04 14:04:33 +00:00
nbd
f3940a6675 fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28 13:00:26 +00:00
nbd
a91b3a746d ignore profiles with custom kernel configs in the image builder itself
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 04:03:35 +00:00
nbd
3b03b65e99 disable the image builder in menuconfig for profiles with custom kernel configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 03:56:54 +00:00
nbd
d84816a322 rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 02:27:01 +00:00
nbd
df68e5dff3 Menuconfig will not treat 'select FOO' as a real dependency
thus if BAR depends on FOO and FOO depends on other config 
options, these dependencies will not be checked.
To fix this, we simply emit all of FOO's depends (only real
dependencies, no select) for BAR as well.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-12 23:50:40 +00:00
nbd
267cc36546 more fixes for rstrip.sh and kernel modules - fixes #1301
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-09 16:24:34 +00:00
mbm
3a8525a17a move "make symlinks" to "make package/symlinks"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-31 18:33:04 +00:00