Commit Graph

390 Commits (527d32f28fe97d8a6228c315c8e583eaaef7c7e9)

Author SHA1 Message Date
Nicolas Thill 6e64b74230 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
Nicolas Thill c2a748ed6e 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
Imre Kaloz 21ccc9c8a9 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
Felix Fietkau d6121b2ba6 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
Felix Fietkau 8a7cacf92b 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
Rod Whitby 55d7cd6cb4 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 Hempel e5baf6bef8 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 Hempel 7aea009621 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 Hempel c4f3add071 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
Rod Whitby 37a7b5493f 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
Andy Boyett f99db54b4b 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 Hempel 3b420c8414 - 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
Gabor Juhos c38a48d515 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
Felix Fietkau 85f1b70897 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
Felix Fietkau bc8675d995 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
Felix Fietkau ee72a33a0c 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
Imre Kaloz 7d9eed234c 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 Fainelli a57f453609 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
Imre Kaloz 2b6021130e * 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
Felix Fietkau 5af37b5b4d 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
John Crispin 67cfacda7b 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
Florian Fainelli 8d75985238 Add the adam2 fritzbox flasher (#799)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 22:52:06 +00:00
Florian Fainelli 6c07da1b36 Add the ADAM2 flashing script (#2780)
Signed-off-by: Oliver <oliver@opencloud.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-16 13:26:01 +00:00
Felix Fietkau b85354ab6e fix the sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-14 00:33:25 +00:00
Felix Fietkau d42667f87b clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-13 06:25:54 +00:00
Felix Fietkau 4f58ce924f fix a warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-07 10:32:48 +00:00
Gabor Juhos db45d03226 fix image names in arm-magic.sh (closes: #2682)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-11 13:37:37 +00:00
Felix Fietkau 155a71a774 add config symbols for the kernel version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 15:22:53 +00:00
Felix Fietkau 314a8d75d0 indent custom package config code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-31 23:27:55 +00:00
Felix Fietkau 0df9a1cdbf add feature flag for display support. will be used as dependency for x.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-25 21:08:46 +00:00
Felix Fietkau 0b79377a32 remove the dummy profile that was created on targets that have subtargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21 06:44:06 +00:00
Felix Fietkau c7a904d8e3 ignore mconf_check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 19:10:09 +00:00
Felix Fietkau b0e66dadd9 reorganize subtargets, sort subtargets below top level targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 19:10:06 +00:00
Felix Fietkau 6d6bd1779f show md5sums on mismatch in download.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 15:30:16 +00:00
Felix Fietkau f62da699db fix duplicate dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 05:25:50 +00:00
John Crispin 9622d80344 add possibility to set default .config values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 02:15:37 +00:00
Felix Fietkau 135a672b36 allow targets to select/deselect config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 21:44:43 +00:00
Felix Fietkau 3eda02f389 add a packaging method that installs files into a subdirectory of bin/ instead of an ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 01:21:56 +00:00
Felix Fietkau 8d169cc962 Refactor downloading code into download.mk
Support multiple file downloads
Support svn downloads


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 00:05:48 +00:00
Rod Whitby 5ef551db96 Increased the size of the microcode payload area.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-24 13:11:45 +00:00
Felix Fietkau a2f0b50941 add initial version of a package feeds management script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 02:39:01 +00:00
Eugene Konev dbd4e0eee6 fix image preconfiguration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 17:01:46 +00:00
Felix Fietkau 86ca712e4a fix kconfig.pl split for config symbols that have "0" as value
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 20:55:05 +00:00
Felix Fietkau 2286814531 define extra config symbols for targets containing multiple subtargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-09 22:39:10 +00:00
Felix Fietkau 6bcd07afdd 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 19:55:42 +00:00
Felix Fietkau 92558d67a4 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00
Nicolas Thill e812d1ff92 remove uneeded stuff after python changes in [8639]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 02:57:06 +00:00
Nicolas Thill 57bbf4eee0 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
Nicolas Thill 9d2d9cca9d 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
Felix Fietkau a96b79a6d4 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
Felix Fietkau a3d6680bc3 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
Nicolas Thill 0c962366e6 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
Rod Whitby e9ccccf63d 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
Felix Fietkau f7fdc4d2ee 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
Felix Fietkau 7f5129c7d9 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
Tim Yardley d7f2b2cff5 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
Felix Fietkau ac8a4fb075 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
Felix Fietkau b78269d614 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
Felix Fietkau 4205ec3e01 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 Fainelli 36703bb8d8 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
Felix Fietkau 451983413c 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
Felix Fietkau cbd55fe6d7 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
Felix Fietkau 645f36ed63 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
Felix Fietkau 4463126a21 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
Felix Fietkau ec15f6a3bd 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
Rod Whitby 9d0bbe0b09 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
Felix Fietkau b0956559a6 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
Felix Fietkau f200206c6c 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
Rod Whitby d71c009575 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
Felix Fietkau b764f0e43d 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 Fainelli 56d4d7737d 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
Imre Kaloz d442289f60 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
Felix Fietkau 41f9b7eff1 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
Imre Kaloz 5b0da60e41 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
Imre Kaloz f44dfc12c7 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
Felix Fietkau 0545721438 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
Imre Kaloz 3c12051e5d 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
Felix Fietkau 1cabba028e 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
Felix Fietkau d9e746e0b0 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
Felix Fietkau 7d06fa3c7b 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
Felix Fietkau 316ec36d07 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
Mike Baker d5d59e30ea 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 Fainelli 7a5a2cec7a 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
Imre Kaloz 98010901da 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
Felix Fietkau a65202bf3f 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
Felix Fietkau 1b3722a5f8 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
Felix Fietkau 1759c80817 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
Felix Fietkau 97276e7bf0 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
Felix Fietkau 95d308680b 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
Felix Fietkau fa0bde3110 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
Felix Fietkau 07b49e249a 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
Felix Fietkau c6d265f356 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
Felix Fietkau 76ba15fe00 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
Felix Fietkau 6bf50a5091 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
Felix Fietkau 73f9c65d77 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
Felix Fietkau a94d2be696 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
Mike Baker 0576c5f5c6 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
Felix Fietkau c1b874e44a fix a small bug in config.pl that tends to mess up kernel cmdlines
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-26 20:26:49 +00:00
Felix Fietkau a34f8e311f fix download.pl (#1257)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 13:58:52 +00:00
Tim Yardley 52d3bc0ccf add functionality to provide local mirrors for development purposes.
* any URLs in scripts/localmirrors will be prepended to the mirror list
 * this facilitates local builds and recompilations
 * will also be useful for the buildbot and auto-build of images



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6192 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-24 22:38:02 +00:00
Felix Fietkau 1e61d2ea71 make spca5xx depend on video device support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-21 02:02:01 +00:00
Felix Fietkau 599cf4f524 Add WL-700gE support (based on work by jr)
Includes kernel/diag patch and a new target profile


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-20 12:35:00 +00:00
Felix Fietkau 2adf3524cf add descriptions to the broadcom target profiles and export them to the target metadata (not presented in menuconfig yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-20 02:30:36 +00:00
Felix Fietkau dd50b9fc36 always return true in rstrip.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-20 01:17:28 +00:00
Felix Fietkau edf3bfb0af include the default profile in target.mk as well - required for the image builder on certain targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-14 21:44:13 +00:00
Felix Fietkau 2bcc7322ff merge the scripts dealing with package/target metadata to remove some redundant code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-13 14:05:14 +00:00
Felix Fietkau b2e87f2906 Fix the annoying base-files autorebuild bug.
When checking file mtimes in directories, timestamp.pl was following symlinks.
This broke on base-files, because there are symlinks to /tmp and to /proc/mounts in the build directory.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-12 11:09:05 +00:00
Felix Fietkau dece7d6a58 cosmetic fixes for ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 16:56:05 +00:00
Felix Fietkau c321f7e107 include the full board name in .target.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 16:55:32 +00:00
Felix Fietkau ed4713861e include default package set in .target.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 16:01:07 +00:00
Nicolas Thill 9009554a34 add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 11:59:42 +00:00
Felix Fietkau b046420688 extend tmp/.target.mk to include target profile information - preparation for the image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-09 19:15:27 +00:00
Florian Fainelli d7c121584a Add some more comments on the feeds script, use parameters in functions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 15:28:52 +00:00
Felix Fietkau d39e136bbc update busybox menuconfig for the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-01 18:28:03 +00:00
Florian Fainelli 6173d17c87 Add a first implementation of a source feed checkout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-31 15:02:08 +00:00
Rod Whitby 01bafb0b3b Updated slugimage to the latest upstream version, which fixes the small kernel bug which OpenWRT exposed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-29 03:37:34 +00:00
Rod Whitby c4dc9fdf85 Fixed typo, it might work now :-)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-23 10:28:37 +00:00
Rod Whitby 8d7d08d7b7 Utility for creating installable image for the NSLU2.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-23 08:09:34 +00:00
Nicolas Thill b4867292a7 move DEFAULT_foo out of PACKAGE_foo, it was breaking package menus.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-20 09:53:33 +00:00
Imre Kaloz 8d144586ea next time I should sleep more
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-19 15:06:32 +00:00
Imre Kaloz 389aa78209 upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-19 13:14:06 +00:00
Felix Fietkau abaf00a7ff add a simple maintenance tool for kernel config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 04:59:04 +00:00
Felix Fietkau abe006bd5a add openbsd compatibility patch (thanks, wbx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-10 20:58:51 +00:00
Felix Fietkau 8bf94ced4e update sourceforge downloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 12:44:26 +00:00
Felix Fietkau 5272c784c1 strip trailing / from download urls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-06 19:29:11 +00:00
Tim Yardley 2188b4fe5a cleanup properties in here, adding exec, keywords, and eol-style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-26 21:39:19 +00:00
Tim Yardley 5b524506f8 correct trailing slash (cosmetic rather than functional)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-26 20:40:10 +00:00
Mike Baker 684d9b41c9 reintroduce LINUX_2_4 and LINUX_2_6 as config variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-14 20:19:48 +00:00
Felix Fietkau 768b48f380 implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 05:06:56 +00:00
Felix Fietkau 19940017a3 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-11 23:11:02 +00:00
Felix Fietkau 04c46399d6 remove obsolete file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20 13:36:00 +00:00
Felix Fietkau cff0488525 *sigh* increase size of the static buffer allocated in menuconfig again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 20:58:47 +00:00
Felix Fietkau c351db50af fix submenu sorting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 20:51:25 +00:00
Felix Fietkau 00becd7842 add PROVIDES option, currently only used for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 19:01:08 +00:00
Felix Fietkau bed6afa8df menuconfig: include dependency checking in submenu sorting function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 17:45:14 +00:00
Felix Fietkau 287b45cc7b implement sorting for menuconfig submenus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 13:08:57 +00:00
Felix Fietkau 7f2f0bc577 sync whiterussian download.pl with trunk, allow the user to specify additional wget options by using the WGET_OPTIONS env var
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16 00:24:43 +00:00
Felix Fietkau c6c8367d10 don't generate .tmpconfig.h and .kconfig.d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-14 00:48:54 +00:00
Felix Fietkau 17b2276724 fix download.pl for weird 'which' implementations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-14 00:07:19 +00:00
Felix Fietkau d2c3551dfb improve ncurses check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-13 23:19:00 +00:00
Felix Fietkau 979633daa3 fix lxdialog build target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-13 23:11:19 +00:00
Felix Fietkau dfddbd4252 remove useless file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-13 23:09:04 +00:00
Felix Fietkau eb3a4c760a only check prerequisites of actually selected packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-12 17:45:22 +00:00
Felix Fietkau 97eaa9e31e replace ipkg-make-index with a shell script that works on bsd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 23:04:00 +00:00
Felix Fietkau b0ccfcae51 use bsd md5 in ipkg if md5sum is not available
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 22:38:45 +00:00
Felix Fietkau 4e7d3fe8d9 run rstrip in bash
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 22:38:29 +00:00
Felix Fietkau 8a1b6b3098 more portability fixes and a prereq check for gnu tar
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 21:06:45 +00:00
Felix Fietkau 1eca9ee1b7 fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systems
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 18:31:39 +00:00
Felix Fietkau d0de82ba87 real fix for download.pl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 16:17:16 +00:00
Felix Fietkau 80b2417210 add workaround for freebsd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 16:08:25 +00:00
Felix Fietkau 575100f02f add support for bsd md5 as a md5sum replacement
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 16:01:49 +00:00
Felix Fietkau a1c781bdae speed up package prereq check (only run make on those directories that actually contain prereq checks)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-05 12:39:52 +00:00
Felix Fietkau 2f90419aa7 ignore kernel and base-files depends, both don't install anything into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-03 12:29:22 +00:00
Felix Fietkau ce0513f81f fix lxdialog cc/ldflags check script for darwin/osx
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-27 12:20:18 +00:00
Felix Fietkau 4eaa7ce446 disable gettext in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-27 12:09:30 +00:00
Felix Fietkau 732e5d3837 disable mirror1.openwrt.org for now - doesn't seem to be active
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24 11:24:23 +00:00
Florian Fainelli bf985f9881 Standardize shell script, closes #788
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-21 13:59:20 +00:00
Felix Fietkau 6734cea98f change path for mirror2.openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-06 00:26:15 +00:00
Felix Fietkau ab87847e4c increase the size of a few static buffers in menuconfig - fixes display of menus with lots of packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-08 07:57:58 +00:00
Felix Fietkau 6072ae722d add -f option to timestamp.pl (follow symlinks)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 21:42:29 +00:00
Felix Fietkau c575171407 add mirror2 to download.pl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 19:21:05 +00:00
Florian Fainelli 58de48975d FreeBSD fix to generate the menuconfig properly
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-02 13:36:20 +00:00
Nicolas Thill bbe34c9951 let ipkg fail when a package file to be installed is not found
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-26 00:03:05 +00:00
Felix Fietkau 8b57a39417 fix menu/submenu nesting
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-21 22:48:58 +00:00
Felix Fietkau 510cb8aca9 add submenu dependencies (used to hide the proprietary broadcom driver on anything except for brcm-2.4)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-21 14:27:45 +00:00
Mike Baker f9e5c1b1d5 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
Felix Fietkau eaf2344f8d add 'reset to defaults' to menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-25 20:06:59 +00:00
Felix Fietkau f0faad117b move the broadcom driver stuff into its own submenu
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-25 16:05:43 +00:00
Felix Fietkau 6d33b87152 sstrip binaries that have been stripped by the regular strip before
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-22 00:07:36 +00:00
Felix Fietkau cf846881e7 don't generate invalid dependency lines in sdk mode
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 03:01:40 +00:00
Felix Fietkau 4686298b31 add sdk option for gen_deps.pl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:45:02 +00:00
Felix Fietkau f3ad9f9763 more dependency fixes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20 17:54:30 +00:00
Felix Fietkau 6914e025fa fix for multiple dependency flags
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20 17:50:49 +00:00
Felix Fietkau 6a048fa9e8 fix dependency handling bug
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-11 00:25:58 +00:00
Felix Fietkau 272d1962e4 strip kernel modules automatically as well
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 20:06:46 +00:00
Felix Fietkau fcbf1847c9 don't try to strip kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 14:29:33 +00:00
Felix Fietkau 9b305384e4 allow building of kernel-specific stuff in package/ instead of target/linux/package/ and merge target/linux/package/base-files into package/base-files
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 12:33:06 +00:00
Felix Fietkau 2c992488f7 allow more complex defaults in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 20:22:43 +00:00
Felix Fietkau f45baccdc5 improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 18:55:52 +00:00
Felix Fietkau bd6b6a84e7 add proper build depends
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 17:09:21 +00:00
Nicolas Thill a89e0760a5 add Build/InstallDev template to install dev files in STAGING_DIR,
introduce a NEEDS: package field to implement SELECT PACKAGE_foo 
in menuconfig.


git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-24 07:12:59 +00:00
Mike Baker 6ae20c689a clean up menu configuration
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-19 22:46:24 +00:00
Mike Baker cd466375e1 finish up package makefile
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-16 00:32:57 +00:00
Mike Baker 9c4efccaec revert; perl version was entirely too slow
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-15 23:04:02 +00:00
Mike Baker d167ad781f replace find call with perl code
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-15 22:42:04 +00:00
Mike Baker 3832f7f146 change syntax
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-14 12:30:52 +00:00
Mike Baker 178204b80e generate package dependancies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-14 08:36:39 +00:00
Mike Baker 953f22142d fix busybox config parsing for new config format
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-12 21:33:07 +00:00
Mike Baker 7b37cc4da9 add wildcard support to menuconfig (again)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-12 18:47:57 +00:00
Felix Fietkau 16d3ccfd90 fix detection of removed packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-21 02:19:38 +00:00
Felix Fietkau e22333c1ec include package description in menuconfig help
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-21 00:50:48 +00:00
Felix Fietkau 9d87977458 more cleanups and a new menuconfig generator
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-21 00:12:18 +00:00
Felix Fietkau 47fe20b27a menuconfig cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 23:03:42 +00:00
Felix Fietkau 320b38dc4f modify the kconfig system for openwrt
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 21:00:14 +00:00
Felix Fietkau 8cc7b94ab0 add kconfig from linux 2.6 to scripts/config
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 20:17:34 +00:00
Felix Fietkau 290190f5a6 add proper package dependency handling
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 03:45:03 +00:00
Felix Fietkau 95011de871 redirect find stderr to /dev/null in timestamp.pl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 00:33:40 +00:00
Felix Fietkau 665ed0f72c add timestamp check script
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-20 00:25:17 +00:00
Felix Fietkau 04e6fec4e0 remove make-ipkg-dir.sh
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-14 01:26:27 +00:00
Waldemar Brodkorb 5cbf281a46 add mirror1 again. sponsored by FH BRS, Lab for telecommunications
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-20 18:08:46 +00:00