aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap
Commit message (Expand)AuthorAgeFilesLines
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-051-1/+1
* omap: add kernel 3.14 supportHauke Mehrtens2014-09-086-0/+636
* omap: remove 3.12 kernel patchesFelix Fietkau2014-09-0251-4956/+0
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-6/+6
* kernel: add a NAND_SUPPORT symbolJohn Crispin2014-06-111-1/+1
* upgrade 3.13 targets to 3.13.7Imre Kaloz2014-03-261-2/+2
* switch the am335x-evmsk to the new wlcore bindingsImre Kaloz2014-03-182-27/+13
* switch to the newer DT bindings for wl1xxxImre Kaloz2014-03-1820-2355/+310
* use the default package setImre Kaloz2014-02-141-2/+0
* upgrade 3.13 targets to 3.13.2, refresh patchesImre Kaloz2014-02-131-1/+1
* upgrade 3.12 to 3.12.10Imre Kaloz2014-02-131-5/+5
* change image generation logicImre Kaloz2014-02-131-8/+8
* handle some CONFIG_TARGET_ROOTFS_INCLUDE_ fooImre Kaloz2014-02-121-1/+12
* copy initramfs zImage to the bin dir as wellImre Kaloz2014-02-121-1/+4
* generate ubifs imagesImre Kaloz2014-02-123-1/+18
* don't build in usb stuffImre Kaloz2014-02-101-15/+0
* switch to 3.13.1Imre Kaloz2014-02-061-1/+1
* add 3.13 supportImre Kaloz2014-02-0614-0/+1581
* don't fail if there are no dtbsImre Kaloz2013-12-201-3/+3
* upgrade 3.12 targets to 3.12.5Imre Kaloz2013-12-143-47/+35
* drop the bootscript, new u-boots won't need itImre Kaloz2013-12-142-4/+0
* add a default profile fileImre Kaloz2013-12-121-0/+16
* kernel: refresh kernel configs with kconfig.plGabor Juhos2013-11-301-2/+2
* tunr on some additional featuresImre Kaloz2013-11-291-1/+1
* initialize wl12xx from the device treeImre Kaloz2013-11-271-0/+78
* add device tree based initialization to wl12xxImre Kaloz2013-11-279-0/+1262
* refresh/rename patchesImre Kaloz2013-11-2749-373/+118
* fix gpio interrupt-cells property on AM335xImre Kaloz2013-11-271-0/+57
* make default packages selected for realImre Kaloz2013-11-181-2/+2
* replace the TI patch with a smaller patchsetImre Kaloz2013-11-1550-82370/+4940
* add missing option, enable hw rngImre Kaloz2013-11-111-0/+4
* switch to 3.12, enable support for AM33xx/OMAP3Imre Kaloz2013-11-086-121/+82731
* rename the omap4 target to omapImre Kaloz2013-11-086-0/+445
lass="si">${mtu:-1280}" json_add_int ttl "${ttl:-64}" json_add_string local "$local4" json_add_string remote "$peeraddr" proto_close_tunnel proto_send_update "$cfg" [ -n "$tunnelid" -a -n "$username" -a -n "$password" ] && { [ "${#password}" == 32 -a -z "${password//[a-fA-F0-9]/}" ] || { password="$(echo -n "$password" | md5sum)"; password="${password%% *}" } local url="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&apikey=$username&pass=$password&tid=$tunnelid" local try=0 local max=3 while [ $((++try)) -le $max ]; do wget -qO/dev/null "$url" 2>/dev/null && break sleep 1 done } } proto_6in4_teardown() { local cfg="$1" } proto_6in4_init_config() { no_device=1 available=1 proto_config_add_string "ipaddr" proto_config_add_string "ip6addr" proto_config_add_string "peeraddr" proto_config_add_string "tunnelid" proto_config_add_string "username" proto_config_add_string "password" proto_config_add_int "mtu" proto_config_add_int "ttl" } [ -n "$INCLUDE_ONLY" ] || { add_protocol 6in4 }