aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix dependencies for metadata scanningFelix Fietkau2007-04-091-2/+2
| | | | SVN-Revision: 6910
* Tidy up MakefilesMike Baker2007-04-031-4/+4
| | | | SVN-Revision: 6857
* bug #1547Mike Baker2007-04-031-1/+1
| | | | SVN-Revision: 6851
* Using find's -exec to remove directories causes 'not found' errors when find ↵Mike Baker2007-04-031-3/+3
| | | | | | tries to search the removed directory. Hopefully fixed now. SVN-Revision: 6849
* Use find -exec instead of xargsFlorian Fainelli2007-04-022-6/+6
| | | | SVN-Revision: 6837
* Typo, niceFlorian Fainelli2007-04-021-1/+1
| | | | SVN-Revision: 6826
* Add gawk as a preriquisite (needed for ramdisk images)Florian Fainelli2007-04-021-2/+3
| | | | SVN-Revision: 6825
* add check for openwrt build system makefiles when scanning for metadataFelix Fietkau2007-04-011-2/+2
| | | | SVN-Revision: 6793
* call Build/Clean for clean: in package makefilesFelix Fietkau2007-03-311-0/+1
| | | | SVN-Revision: 6773
* make sure tmp/info gets createdFelix Fietkau2007-03-281-1/+0
| | | | SVN-Revision: 6749
* add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix ↵Felix Fietkau2007-03-281-0/+2
| | | | | | instead of just ':' SVN-Revision: 6747
* detect changes in package/kernel/modules/*.mk when scanning the package metadataFelix Fietkau2007-03-281-0/+5
| | | | SVN-Revision: 6746
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better ↵Felix Fietkau2007-03-241-3/+4
| | | | | | handling of subdirectories with configure SVN-Revision: 6681
* fix CONFIGURE_PATH and add MAKE_PATHFelix Fietkau2007-03-241-2/+4
| | | | SVN-Revision: 6680
* use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the ↵Felix Fietkau2007-03-241-7/+7
| | | | | | package build so that TARGET_*FLAGS changes also apply SVN-Revision: 6678
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-242-4/+4
| | | | SVN-Revision: 6671
* move default templates for the kernel build to kernel-defaults.mk (similar ↵Felix Fietkau2007-03-242-84/+95
| | | | | | to package-defaults.mk) SVN-Revision: 6664
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-232-10/+17
| | | | SVN-Revision: 6651
* some cleanups in the metadata.pl script; allow target profiles to add ↵Felix Fietkau2007-03-231-0/+4
| | | | | | overrides for menuconfig SVN-Revision: 6648
* fix a small bug in the unpack codeFelix Fietkau2007-03-161-1/+1
| | | | SVN-Revision: 6587
* remove some debug code that slipped into the commitFelix Fietkau2007-03-161-1/+0
| | | | SVN-Revision: 6583
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-10/+47
| | | | | | lots of places SVN-Revision: 6582
* re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesFelix Fietkau2007-03-161-1/+1
| | | | SVN-Revision: 6581
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-162-0/+5
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* revert part of [6573] to keep the speedup of metadata scanningFelix Fietkau2007-03-161-20/+20
| | | | SVN-Revision: 6574
* formatting and trivial cleanupMike Baker2007-03-163-82/+71
| | | | SVN-Revision: 6573
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-162-7/+14
| | | | | | 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. SVN-Revision: 6572
* split package.mk and clean up build system code (based on patch by mbm), ↵Felix Fietkau2007-03-154-312/+291
| | | | | | makes the code more readable and speeds up metadata scan SVN-Revision: 6571
* fix metadata scan for profile splitFelix Fietkau2007-03-041-1/+9
| | | | SVN-Revision: 6515
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-0/+3
| | | | SVN-Revision: 6512
* add a crlf workaround similar to the one from freewrtFelix Fietkau2007-03-041-0/+3
| | | | SVN-Revision: 6507
* final fix for the profile selectionFelix Fietkau2007-03-021-3/+5
| | | | SVN-Revision: 6474
* set the PROFILE variable in target.mk appropriatelyFelix Fietkau2007-03-021-0/+6
| | | | SVN-Revision: 6470
* revert bogus target.mk change from [6465]Felix Fietkau2007-03-021-15/+0
| | | | SVN-Revision: 6469
* fix an error in the kernel image related commitFelix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6467
* commit profile support for base-files... patches still need to be doneTim Yardley2007-03-021-0/+15
| | | | SVN-Revision: 6465
* kernel build cleanupFelix Fietkau2007-03-022-2/+5
| | | | SVN-Revision: 6464
* add EXTRA_CFLAGS variable supportFelix Fietkau2007-03-021-5/+5
| | | | SVN-Revision: 6459
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-021-2/+16
| | | | SVN-Revision: 6450
* fix kexec-tools buildFelix Fietkau2007-02-281-2/+4
| | | | SVN-Revision: 6428
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-281-0/+2
| | | | SVN-Revision: 6424
* Massive speedup in the package/target scanning step - per package metadata ↵Felix Fietkau2007-02-271-0/+43
| | | | | | files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404
* add x86_64 sitefileFelix Fietkau2007-02-261-0/+31
| | | | SVN-Revision: 6382
* remove old variablesFelix Fietkau2007-02-261-2/+2
| | | | SVN-Revision: 6379
* move CXXFLAGS to MAKE_VARSFelix Fietkau2007-02-261-1/+1
| | | | SVN-Revision: 6378
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*Felix Fietkau2007-02-261-6/+12
| | | | SVN-Revision: 6377
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencyFelix Fietkau2007-02-251-2/+3
| | | | SVN-Revision: 6376
* move configure args to CONFIGURE_ARGS and configure variable to ↵Felix Fietkau2007-02-251-13/+19
| | | | | | CONFIGURE_VARS to make it possible to modify the configure command line without overriding the default template SVN-Revision: 6370
* fix for including host.mk multiple timesFelix Fietkau2007-02-251-0/+3
| | | | SVN-Revision: 6369
* fix stampfiles for host-buildsFelix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6367