summaryrefslogtreecommitdiff
path: root/init.hikey.rc
AgeCommit message (Collapse)Author
2016-04-20init.hikey.rc: remove insmod lines for wifi modulesYongqin Liu
These insmod lines are not necessary any more. Change-Id: I43fc1e23bfa88e5abe42ca8e600104eafb34c659 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-04-12Delete /mnt/sdcard symlinkNick Kralevich
Bug: 28108983 Change-Id: Ib90a0afc66123587c1ebfd31f282e56e21ab21be
2016-03-23init.hikey.rc & BoardConfig.mk: enable cpuset correctlyYongqin Liu
set the cpu cores for cpuset correctly, otherwise there will be only cpu0 used for foreground tasks Change-Id: Ia6c951649a17f2dbd5fcf828d60ac787fb61f10f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-03-23init.hikey.rc & ueventd.hikey.rc: move owner and permission setting to ↵Yongqin Liu
ueventd file move the settings of owner and permission from init.hikey.rc to ueventd.hikey.rc to make use of the ueventd feature Change-Id: I4f6e94e116f3ce2c32c81f5718127edfd28365de Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-03-23init.hikey.rc: move link creation of sdcard to post-fs sectionYongqin Liu
Since /storage is mounted on post-fs in the default init.rc file. Or we will see warnings like this: audit: type=1400 audit(14.079:3): avc: denied { create } for pid=1 comm="init" name="sdcard" scontext=u:r:init:s0 tcontext=u:object_r:tmpfs:s0 tclass=lnk_file permissive=1 Change-Id: If11fc448ff2d81247a677fd825e974476be653a5 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-03-16hikey: Clean wifi-related settingsDmitry Shmidt
Change-Id: Ibec66972a34d43cd69f43f0b3a73ad7fe35438e5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-03-11Remove references to deleted dhcpcdPierre Imai
Change-Id: I5e214232d59bdaaa9268735e00bbc9f937bf7d12
2016-01-13hikey: Refactor configfs support to use init.hikey.usb.rcDmitry Shmidt
It demands two patches from system/core: commit a6c377b2f62175d6d5268c63885de3d882edbe2b init: usb: Add configfs commands for USB gadget commit e18018639bd38e959118d16d567c7567bb88d80b init: usb: Add init scripts for configfs commands Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2015-11-09Initial Hikey device configurationVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I2697a8e4aec4991826f7351fd7f41eba324a6869