https://github.com/Dirry/dir300b1-sdmod-extroot
How to make SD mod for DIR-300 B1 with extroot on OpenWrt.
https://github.com/Dirry/dir300b1-sdmod-extroot
d-link dir-300 extroot hacking openwrt openwrt-config openwrt-configuration openwrt-router router
Last synced: about 1 year ago
JSON representation
How to make SD mod for DIR-300 B1 with extroot on OpenWrt.
- Host: GitHub
- URL: https://github.com/Dirry/dir300b1-sdmod-extroot
- Owner: Dirry
- Created: 2016-01-25T03:47:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T19:29:55.000Z (over 2 years ago)
- Last Synced: 2024-11-05T18:50:59.482Z (over 1 year ago)
- Topics: d-link, dir-300, extroot, hacking, openwrt, openwrt-config, openwrt-configuration, openwrt-router, router
- Language: C
- Homepage: https://docs.google.com/document/d/1X3RId3d9MDHeSq82_6cZ_VaBjYVX7T0hU396oFHsEdA/edit
- Size: 9.73 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to make SD mod for DIR-300 B1 with extroot on OpenWrt.
Manual: https://docs.google.com/document/d/1X3RId3d9MDHeSq82_6cZ_VaBjYVX7T0hU396oFHsEdA/edit
### bin-files
OpenWRT Chaos Calmer images with DIRRY SD card hack gpiommc.
Packages:
* kmod-gpio-over-mmc (patched)
* kmod-fs-ext4
### Update gpiommc.c with DIRRY HACK patch
done with: `diff -Naur ./original/gpiommc.c ./modified/gpiommc.c > 865-gpiommc_dirry_hack.patch`
and then modified `---` and `+++` first two lines as in this patch:
```shell
./chaos_calmer/target/linux/generic/patches-3.18/864-gpiommc_configfs_locking.patch
cp openwrtsetup/865-gpiommc_dirry_hack.patch ./chaos_calmer/target/linux/generic/patches-3.18/
```
Then compile.