flof
|
2013-07-25
, 18:26
|
Posts: 17 |
Thanked: 7 times |
Joined on Oct 2011
|
#21
|
|
2013-08-15
, 11:56
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#22
|
The Following 4 Users Say Thank You to jackburton For This Useful Post: | ||
|
2013-08-16
, 06:31
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#24
|
echo 1 > /proc/sys/net/ipv4/ip_forward iptables --flush -t nat iptables --table nat --append POSTROUTING --out-interface gprs0 -j MASQUERADE iptables --append FORWARD --in-interface usb0 -j ACCEPT
|
2013-08-16
, 07:03
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#25
|
|
2013-08-16
, 12:26
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#26
|
|
2013-08-16
, 12:28
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#27
|
|
2013-08-16
, 13:42
|
Posts: 10 |
Thanked: 81 times |
Joined on Nov 2009
@ Espoo
|
#28
|
I get this error (no idea why, I assume it's due to not using dpkg scripts that read dpkg-changelog):
If anybody knows why this happens, please let me know so I can do this some proper way rather than the workaround below.Code:CHK include/linux/utsrelease.h "2.6.32.48cat:include/config/kernel.release:Nosuchfileordirectory-dfl61" exceeds 64 characters make: *** [include/linux/utsrelease.h] Error 1
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
~/git/linux-dali$ kmake () { nice make -j2 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- $* } ~/git/linux-dali$ rm include/config/kernel.release ~/git/linux-dali$ kmake rm581_defconfig # # configuration written to .config # ~/git/linux-dali$ kmake include/config/kernel.release scripts/kconfig/conf -s arch/arm/Kconfig ~/git/linux-dali$ more !$ more include/config/kernel.release 2.6.32.39-dfl61-15770-g9583eca
|
2013-08-16
, 13:57
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#29
|
|
2013-08-16
, 14:57
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#30
|