19 Commits (7eeb254cc49c4e9f837c980826ec112b9404f341)

Author SHA1 Message Date
Felix Fietkau 7eeb254cc4 treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
Jo-Philipp Wich 3df4eaf22b uci: commit through symlinks 8 years ago
Felix Fietkau 9237cebfc7 uci: update to the latest version, fixes uci show output for anonymous sections (#21781) 8 years ago
Felix Fietkau 2f55804f13 uci: update to the latest version, adds a small optimization to uci commit 8 years ago
Felix Fietkau 9b41cc70fe uci: move to git.openwrt.org 8 years ago
Felix Fietkau 92f679d3a3 uci: update to the latest version, adds various fixes 9 years ago
Felix Fietkau 7b98f71f09 uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch 9 years ago
Felix Fietkau f255bc4149 uci: update to the latest version, fixes savedir issues 9 years ago
Felix Fietkau 91c8b109db uci: update to the latest version, fixes delta path / savedir issues 9 years ago
Felix Fietkau 137c0cc434 uci: update to the latest version 9 years ago
John Crispin 74a3a77bcd license info - revert r43155 10 years ago
John Crispin c10d97484a Add more license tags with SPDX identifiers 10 years ago
Steven Barth bec9d38fa4 Add a few SPDX tags 10 years ago
Jo-Philipp Wich 38c4e4cc02 uci: fix import with not yet existing packages, preserve config permissions on commit, fix Lua detection in cmake 10 years ago
Felix Fietkau 27d9aa182c uci: update to latest version, adds preparation for validation support and blobmsg int64 support 10 years ago
Felix Fietkau c9902e141e uci: update to the latest version, adds a small uci_to_blob fix 11 years ago
Luka Perkov 9eecccf652 uci: upgrade to latest git version 11 years ago
Jo-Philipp Wich 2ff6d48319 uci: change uci_ptr checking order in uci_delete() 11 years ago
John Crispin 4ebf19b48f packages: clean up the package folder 11 years ago
Felix Fietkau 361670c9d0 uci: update to fix excessive reorder delta entry duplication (#13678) 11 years ago
Felix Fietkau 69636a944a uci: update to latest version, adds uci<->blobmsg conversion code from netifd 11 years ago
Jo-Philipp Wich fe42794fe6 uci: update to git head (#13348, http://luci.subsignal.org/trac/ticket/572) 11 years ago
Jo-Philipp Wich 89f9ce944f uci: update to git head 11 years ago
Jo-Philipp Wich f99a208b4f uci: update to git head 11 years ago
Felix Fietkau 3b4931ef4d uci: update to latest version, adds list delete, removes unused plugin support 12 years ago
Felix Fietkau fc760260dd uci: disable parallel builds again, the lua<->libuci dependency is not safe 12 years ago
Felix Fietkau 662c1f16bb uci: update to latest version (adds list delete support), enable parallel build 12 years ago
Hamish Guthrie 81a3d9ba31 licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. 12 years ago
Felix Fietkau 37e89213fd add myself as a maintainer for various packages 12 years ago
Felix Fietkau 15757646c5 uci: update to latest version, fixes return code of the cli on various failures 12 years ago
Jo-Philipp Wich ed5b7b7392 uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding 12 years ago
Jo-Philipp Wich 43cd850faa uci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1 13 years ago
Felix Fietkau 3fadea0d6f uci: fix segfault on import of anonymous sections (#10204) 13 years ago
Felix Fietkau f11ae11093 uci: update to latest version (includes several bugfixes) 13 years ago
Felix Fietkau 60d593c2d7 uci: fix one more unused-but-set issue (#9731) 13 years ago
Felix Fietkau 75d2ba7a5c uci: update to fix more unused-but-set issues (#9731) 13 years ago
Felix Fietkau 226ad1d259 uci: update to 2011-07-18, fixes #9731 13 years ago
Jo-Philipp Wich 9ee12e3f62 uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state() 13 years ago
Jo-Philipp Wich c64e907639 uci: mark uci as unsafe for parallel building 13 years ago
Felix Fietkau f16824c63f uci: fix linking against libdl (#9123) 13 years ago
Felix Fietkau 860c1cc790 uci: update to fix lua plugin linker issue (#9121) 13 years ago
Felix Fietkau d29154d5e4 uci: install libucimap to the staging dir 13 years ago
Felix Fietkau e4c6bc70aa remove ucitrigger, it is unused and will be replaced by something different in the future 13 years ago
Felix Fietkau e8c9ebd052 uci: update to latest version, uses cmake now 13 years ago
Imre Kaloz 25fb11cf89 get rid of gcc 4.1.2 and 4.2.4 support 14 years ago
Jo-Philipp Wich 9500602457 uci: use latest git, fixes reorder operation and incorperates nested delete patch 14 years ago
Jo-Philipp Wich f52274bf2f uci: use a delete-safe iterator in the Lua :foreach() function The following test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' 14 years ago
Felix Fietkau 1ca915970e uci: update to 2010-09-28 14 years ago
Jo-Philipp Wich 63991ba875 base-files, uci: properly revert list state on config_load This fixes a bug where lists end up with duplicate values if config_load was invoked multiple times. 14 years ago
Lars-Peter Clausen 37f27e26f3 uci: Install ucimap.h into the staging dir 14 years ago