summaryrefslogtreecommitdiffhomepage
path: root/build
AgeCommit message (Collapse)Author
2012-04-06build/i18n-init.sh: add git supportJo-Philipp Wich
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-06build/i18n-init.sh: allow to use custom pattern for template filesJo-Philipp Wich
This allows to initialize language files for individual modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-03build: rework checks in i18n-scan.plJo-Philipp Wich
2012-04-02build: rework i18n-scan.pl defined checksJo-Philipp Wich
2012-04-02build/i18n-scan.pl: avoid a possible endless loopJo-Philipp Wich
Issuing './build/i18n-scan.pl libs/core/' leads to this endless loop with some perl implementations: <...> Use of uninitialized value in concatenation (.) or string at../build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. <...> Experienced with this perl version: "This is perl, v5.8.8 built for i386-linux" Fix it by undefining the 'sub' variable if it is an empty string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-03-13build: override sys.user.getpasswd and nixio.fs.access in sdk environmentJo-Philipp Wich
2011-11-05build: i18n-scan.pl: cope with strings that contain escaped newlines, ↵Jo-Philipp Wich
spotted in luci-pbx
2011-10-27build: mkbasepot.sh: scan protocols/ as wellJo-Philipp Wich
2011-09-03build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, ↵Jo-Philipp Wich
http://trac.fonosfera.org/fon-ng/changeset/1867)
2011-05-21build: add i18n-init.sh, a helper script to initalize missing *.po filesJo-Philipp Wich
2011-05-04build: uvl is dead, remove itJo-Philipp Wich
2011-03-03modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk ↵Manuel Munz
to allow connections from rfc1918 ip space to public ips
2011-02-16build: fix bashism in hostenv.shJo-Philipp Wich
2011-01-26build: better not use a local var, it breaks various shellsJo-Philipp Wich
2011-01-23build: set LUA_PATH when invoking LuaSrcDietJo-Philipp Wich
2011-01-23build: use maximum compression for LuaSrcDietJo-Philipp Wich
2011-01-23contrib, build: bundle LuaSrcDiet and make it available in build targetsJo-Philipp Wich
2011-01-18build: readd both po2lua and lua2po helper scripts...Jo-Philipp Wich
2011-01-18build: partly revert r6748Jo-Philipp Wich
2011-01-18build: restore i18n-lua2po.pl and remove i18n-po2lua.plJo-Philipp Wich
2011-01-14build: fix some errors in i18n-scan.pl, support bracketed Lua string notationJo-Philipp Wich
2011-01-14build: properly handle i18n tags with whitespace strip tokens in i18n-scan.plJo-Philipp Wich
2011-01-13build: remove uvl setup from sdk preloadingJo-Philipp Wich
2011-01-13build: add mkbasepot.sh, convenience script to rebuild base.pot (it sources ↵Jo-Philipp Wich
multiple project parts)
2011-01-02build: remove some obsolete support scriptsJo-Philipp Wich
2011-01-02build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and ↵Jo-Philipp Wich
tzoffset.lua libs
2011-01-02build: make zoneinfo2lua.pl script more convenientJo-Philipp Wich
2010-12-11build/: Replace -or with -o #133Manuel Munz
2010-04-16build: add runuhttpd sdk targetJo-Philipp Wich
2010-04-03build: get version from /etc/openwrt_release if applicableJo-Philipp Wich
2010-03-02[build] drop -Werror, newer gcc versions emit more warnings, stuff might ↵Jo-Philipp Wich
break on some targets
2009-12-29build: fix typo in hostenv.sh introduced in r5654Jo-Philipp Wich
2009-12-29build: emulate nixio.sysinfo() on DarwinJo-Philipp Wich
2009-12-28build: adjust hostenv.sh for OS XJo-Philipp Wich
2009-11-10NIU: More pagesSteven Barth
2009-11-01all: remove references to old i18n filesJo-Philipp Wich
2009-11-01build: fix corner case when extracting i18n tokens from templatesJo-Philipp Wich
2009-11-01build: allow multiple search directories in i18n-scan.plJo-Philipp Wich
2009-11-01build: update i18n-scan.pl, now reliably finds template and Lua i18n tokensJo-Philipp Wich
2009-08-13build: fix cursor_state() in setup.luaJo-Philipp Wich
2009-08-13build/setup.lua: override luci.model.uci.cursor_state() and clean up codeJo-Philipp Wich
2009-07-09build: embed lmo in the build processJo-Philipp Wich
2009-06-21Ignore checkpasswd locallySteven Barth
2009-06-20Fix SDK build processSteven Barth
2009-06-10build: fix po->lua conversion, last po entry was always missingJo-Philipp Wich
2009-05-23GSoC Commit #1: LuCId + HTTP-ServerSteven Barth
2009-05-19build/i18n-update.pl: disable fuzzy maching for po updates, does not work ↵Jo-Philipp Wich
well with our key format
2009-05-19build: add i18n-update.pl to refresh *.po files from *.pot templatesJo-Philipp Wich
2009-05-19build: also prepare i18n directoriesJo-Philipp Wich
2009-05-19build: add variable to restrict po language and use it for the core i18n ↵Jo-Philipp Wich
packages