ThomasKaiser
3cc5ffb5e4
Adjust h3disp behaviour to modifiy script.bin symlink
...
https://forum.armbian.com/topic/5770-recent-armbian-updates-break-3-things-2-fixed/?do=findComment&comment=44679
2017-11-27 15:03:12 +01:00
ThomasKaiser
c8b2eaa893
Introduce BOARDFAMILY and base LINUXFAMILY on this
...
https://forum.armbian.com/topic/5759-535-bug-questions-collection/ -- logic should also work with legacy kernels and shouldn't break based on DT contents
2017-11-26 23:05:18 +01:00
zador-blood-stained
220705bd73
Remove temper from armbian-tools package
2017-11-25 22:44:41 +03:00
zador-blood-stained
376fcd2186
Drop sun8i-dev branch in favor of sunxi-next
2017-11-25 14:40:44 +03:00
ThomasKaiser
c3b26491b6
Let USB device negotiation appear in dmesg output
2017-11-23 20:37:57 +01:00
ThomasKaiser
35a6ad0b95
Restrict nand-sata-install to btrfs when rootfs is already btrfs
2017-11-22 22:40:44 +01:00
Igor Pecovnik
474a034194
Revert "Tiny bugfix - I believe a10disp should be installed to Xenial as well"
...
This reverts commit b499e13809 .
2017-11-22 13:12:13 +01:00
Igor Pecovnik
b499e13809
Tiny bugfix - I believe a10disp should be installed to Xenial as well
2017-11-22 12:40:05 +01:00
ThomasKaiser
7dd3a3154a
Minor logging/support tweaks
2017-11-22 11:32:32 +01:00
ThomasKaiser
1ae79aab83
Monitor underpowering little bit better on A20 boards
2017-11-21 22:08:16 +01:00
zador-blood-stained
a36c0f1375
Small fix
2017-11-21 19:24:10 +03:00
zador-blood-stained
f136cc7f57
Fix PSD activation
2017-11-21 19:04:05 +03:00
Thomas Kaiser
5ac30dd061
Add users to ssh group
2017-11-21 01:05:18 +01:00
zador-blood-stained
08133de3a2
Work around upstream issues for building libmali package
2017-11-20 19:36:15 +03:00
ThomasKaiser
d201dadbe7
Minor logging improvement
2017-11-20 07:40:19 -08:00
ThomasKaiser
e0ee68a375
Minor logging tweaks
2017-11-20 06:41:05 -08:00
ThomasKaiser
ce884f630d
Minor armbianmonitor debug info improvements
2017-11-19 18:26:03 +01:00
ThomasKaiser
ead8c7e6c6
Minor monitoring/support fixes in armbianmonitor
2017-11-19 13:24:02 +01:00
zador.blood.stained
8826d231a6
Display instructions for installing armbian-config in MOTD
2017-11-15 18:09:31 +03:00
jaskcon
35247cc040
default network interface monitoring ( #821 )
...
* default network interface monitoring
I added the function NetworkMonitorMode(). One could argue that the MonitorMode() function should own these stats, but I think it would make things a bit too busy-ish. Having said that, I'm not married to accessing network stats through an independent function.
regards..../j
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
2017-11-12 21:30:57 +01:00
zador-blood-stained
29e9d961b7
Don't show armbian-config MOTD if it's not installed
2017-11-12 13:42:50 +03:00
zador-blood-stained
42e1ee8330
Update armbian-config packaging
2017-11-12 13:35:27 +03:00
Igor Pecovnik
96324893b3
Remove debug code :)
2017-11-12 09:19:46 +01:00
Igor Pecovnik
aa4b4b1aa6
Armbian-config packaging bugfix
2017-11-12 09:18:59 +01:00
zador.blood.stained
0dabbbafa2
Silence output from log2ram in its cron script
...
Closes #813
2017-11-11 23:49:59 +03:00
zador-blood-stained
fbaba7b3ed
Small cleanup
2017-11-11 22:52:42 +03:00
zador-blood-stained
5b95083b01
Rework armbian-config packaging script
2017-11-11 22:48:09 +03:00
Igor Pecovnik
325d18b4f5
Packing armbian-config
2017-11-11 20:34:23 +01:00
zador-blood-stained
8ed55d9768
Clean up NM policykit files
2017-11-11 17:35:22 +03:00
jaskcon
494c3811b8
Fixes to ProcessStats() and the associated calls ( #820 )
...
Changes to the 'ProcessStats()' function to pull and compute system load values with better accuracy
Changes to the 'MonitorMode()' function to display the system load values with better accuracy [call ProcessStats() and load values through the $procStats variable]
2017-11-11 14:38:28 +01:00
Igor Pecovnik
edd32a15ec
More conservative HT and VHT initial settings for hostapd.
2017-11-10 22:25:02 +01:00
Igor Pecovnik
dc045b507e
Minor desktop related tweak. Removing XFCE "about" from the middle of the menu
2017-11-08 20:09:49 +01:00
Igor Pecovnik
a3313fc35b
Fixing permission for Network manger
2017-11-08 20:01:10 +01:00
Igor Pecovnik
8b4d703f41
Desktop rework. Shortcuts to armbian-config, support and donate were moved to menu, default icon theme - installing with workaround - was changed to lighter one (Numix), fixed login greeter theme, changed default wallpaper
2017-11-08 18:45:59 +01:00
ThomasKaiser
cac4155f81
Few more cosmetical armbianmonitor fixes
2017-11-08 15:32:19 +01:00
ThomasKaiser
67de9a2369
Cosmetic MonitorMode changes in armbianmonitor
2017-11-08 14:08:32 +01:00
jaskcon
1a6041a0b2
Update armbianmonitor ( #819 )
...
* Update armbianmonitor
Two proposed changes to 'MonitorMode':
Change 0 [Fix the real-time monitor 'sleep' value so it can be adjusted at runtime]
line 138: equate 'interval' with $1 (note: in the 'case' routine, $2 == command-line $1)
line 325: change term 1 of the comparator from '$1' to 'interval'
Change 1 [add fixed-line functionality to the real-time monitor]
lines 291,297: retain the 'DisplayHeader' reprint routine for command-line case '-m' (scrolled output)
lines 326-328: add the overwrite routine for command-line case '-M' (fixed-line output)
* Update armbianmonitor
* Update armbianmonitor
2017-11-08 08:41:27 +01:00
Igor Pecovnik
0ca62c3c0c
Check for special interfaces setup. This is used when creating AP
2017-11-06 19:10:43 +01:00
zador-blood-stained
b0140bcee6
Small updates to firstrun config
2017-11-04 22:32:15 +03:00
zador.blood.stained
b6ab198b43
Split and activate firstrun configuration service
...
The code was disabled some time ago, split it to a separate unit file
and reenable. Since configuration file needs to be renamed to activate
it, it won't be run by default.
2017-11-04 21:56:23 +03:00
ThomasKaiser
700c401128
Initial Orange Pi R1 support
2017-11-04 15:37:39 +01:00
ThomasKaiser
e1ce4d7a66
Choose LZ4 with zram where possible
2017-11-04 09:19:52 +01:00
ThomasKaiser
c23d793ec4
Add zram activation routine (disabled for now)
2017-11-03 23:35:38 +01:00
ThomasKaiser
2e5bb818e5
Switch from swapfile to zram on Xenial
...
https://forum.armbian.com/topic/5565-zram-vs-swap/
2017-11-03 16:20:12 +01:00
Igor Pecovnik
41e228f542
Firmware packaging fix
...
455d6b6701
2017-11-03 11:33:53 +01:00
zador-blood-stained
59355d30f9
Small refactoring
2017-10-29 23:20:20 +03:00
zador-blood-stained
7ad733a19a
Fix sunxi u-boot splash
...
Tested on H3 with DM video driver, may require tweaks for older video
driver (A10/A20)
Boot splash files should be installed in family_tweaks due to different
requirements for different platforms
2017-10-26 18:40:30 +03:00
zador-blood-stained
2a7ccaca1a
Add NAND issues warning to nand-sata-install
2017-10-25 13:46:23 +03:00
ThomasKaiser
437995769a
Switch to 4MiB partition boundaries on flash media
2017-10-24 20:12:19 +02:00
zador-blood-stained
46e6c33663
Disable NM random MAC in Stretch
2017-10-24 17:25:41 +03:00