53 Commits (23bb66c974151653c6ac5c5519bea488c34ca518)

Author SHA1 Message Date
Nicolas Thill 139852b0f8 add dependencies from the NEEDS variable to ipkg/control 19 years ago
Nicolas Thill a56e4d12e9 add Build/InstallDev template to install dev files in STAGING_DIR, introduce a NEEDS: package field to implement SELECT PACKAGE_foo in menuconfig. 19 years ago
Mike Baker 59c1faa150 clean up menu configuration 19 years ago
Mike Baker 7bd78892a5 avoid running timestamp.pl for dumpinfo -- drastically speeds up the .pkginfo process 19 years ago
Mike Baker 6afabb7118 move FORCE to toplevel rules.mk 19 years ago
Mike Baker 11817c5453 fix .built target 19 years ago
Mike Baker 12ec1ba1fb revert .built rule; fix typos 19 years ago
Mike Baker c73e647148 revert .prepared handling 19 years ago
Mike Baker 3b1260256e cleanup & add whitespace 19 years ago
Mike Baker be9cc65a95 fix rules.mk 19 years ago
Mike Baker 079603b9e0 fix error 19 years ago
Mike Baker d5e5f06d86 remove extra targets 19 years ago
Mike Baker 3ee6ad0404 partial cleanup 19 years ago
Mike Baker 043df62150 change phony targets to FORCE (easier to read) 19 years ago
Felix Fietkau d3f5fda543 remove old trace/verbose junk 19 years ago
Mike Baker f243e1cc49 Fix issue with $(1) in Build/Configure/Default 19 years ago
Mike Baker 07425d3300 Convert packages to new template 19 years ago
Felix Fietkau bcee262e7a enable configure target by default 19 years ago
Mike Baker ff9c62ed83 change defaults to check for configure script (avoids defining a null rule otherwise) 19 years ago
Mike Baker 170f0e635c Add default compile target & use it for bridge and busybox 19 years ago
Felix Fietkau ac2bee9082 remove todo message 19 years ago
Felix Fietkau 5606b22166 fix bridge build and description, add default configure command to rules.mk, use CONFIG_ as prefix for package selction variables 19 years ago
Felix Fietkau 6a795b4d7b include package description in menuconfig help 19 years ago
Felix Fietkau 519c9c34e7 clean up package titles/descriptions 19 years ago
Felix Fietkau cdd74416bc more cleanups and a new menuconfig generator 19 years ago
Felix Fietkau 4870d7e887 work around a make bug in define/endef handling 19 years ago
Felix Fietkau 20bd5e2b12 add proper package dependency handling 19 years ago
Felix Fietkau e3199bd4d6 revert some previous changes and add another bugfix 19 years ago
Felix Fietkau 97458d0a8e more buildroot-ng bugfixes 19 years ago
Felix Fietkau 1726e20c08 bugfix in package/rules.mk, add support for dumping package information with make DUMP=1 19 years ago
Felix Fietkau 5a4980a72b port iptables to new config format, change handling of TITLE and DESCRIPTION 19 years ago
Felix Fietkau a5992a14cb fix default targets for multiple packges 19 years ago
Felix Fietkau 5795d42588 new package makefile syntax 19 years ago
Felix Fietkau bea2a5bd9d remove some more stuff, change package makefile format in rules.mk, port busybox over to the new format 19 years ago
Florian Fainelli ae3c308186 Added dhcp6, an IPv6 implementation of the dhcp server and client Added support in package/rules.mk for zip files, just use PKG_CAT=unzip to uncompress the archive 19 years ago
Felix Fietkau fdd3d02f72 fix package rebuilding 19 years ago
Felix Fietkau 18797a0ad8 another batch of V= stuff 19 years ago
Felix Fietkau f7712db53c make log output a bit nicer 19 years ago
Felix Fietkau a6ae43db63 fix 'Preparing...' message for V=5 compile 19 years ago
Felix Fietkau 68018684d4 small bugfix in package rules file 19 years ago
Felix Fietkau c480aa15c1 add some more verbosity stuff 19 years ago
Felix Fietkau 35d1297447 large build system cleanup. added some stuff to control the verbosity level, but not complete, yet. 19 years ago
Felix Fietkau 910f49d7b9 move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess 19 years ago
Felix Fietkau 6d2ee46c33 add depends to the default package template 19 years ago
Felix Fietkau 43d87a640a fix rebuild target (remove some warnings) 20 years ago
Felix Fietkau 63dab52461 fix rebuild, when mostlyclean fails 20 years ago
Felix Fietkau f71e84a9ff add a rebuild and a default mostlyclean target to packages. 20 years ago
Felix Fietkau 1545f46b76 manually compile packages without having the config setting active if environment variable DEVELOPER is set 20 years ago
Nicolas Thill b565a03ca2 Allow downloading of files with undefined mdsum (to ease updating packages) 20 years ago
Nicolas Thill 4dc6f11fda Allow extracting in non-standard PKG_BUILD_DIR 20 years ago