Hey. > 3) there is no way to get/set the txpower
iwconfig txpower should still work. > 4) there is no way to use HT40/802.11n-Rates with IBSS Not implemented in mac80211. > 5) there is no way to manipulate crond using UCI Should be trivial to implement. > 6) there is no way to start/stop/restart sylogd /etc/init.d/boot, could probably be moved to an extra init script. > 7) there is no way to start/stop/restart rdate "ifup wan". Its a hotplug driven mechanism, doing it as init script serves no purpose other than introducing race conditions. You can probably create an init stub which implements restart(), make sure to make boot() a no-op though. > 8) the /etc/config/dhcp is ugly! and too much dnsmasq-specific. That one should remain backwards compatible at least for dhcp pools. > 9) there is still "ifconfig" in the image! (we write the year 2010) The beloved "ip" is fat (300k) and not really needed for basic tasks, I'm strongly against making it a core dependency. ~ Jow _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
