Aleksander Bajkowski

Results 6 issues of Aleksander Bajkowski

Endianness depends on CPU architecture. CONFIG_CPU_(BIG/LITTLE)_ENDIAN should be enabled on target or subtarget based on SoC architecture. Fixes warning: ``` $ make kernel_oldconfig CONFIG_TARGET=subtarget ... .config:1008:warning: override: CPU_LITTLE_ENDIAN changes choice...

target/bcm27xx
kernel
target/layerscape
target/mvebu
target/octeon
target/ramips
target/sunxi
target/pistachio
target/mediatek
target/malta
target/armvirt
target/rockchip
target/bmips
target/bcm4908
target/octeontx

The ase subtarget supports two devices. ALLNET ALL0333CJ has one Ethernet port and uses only the built-in MAC and PHY. The second device is the Netgear DGN1000, which uses an...

kernel
target/lantiq

Building scapy with setup.py has been broken for some time. At least it does not work on FreeBSD. This commit fixes it. Fixes: 669506bd42e4 ("Migrate to pyproject.toml (secdev#3869)") Signed-off-by: Aleksander...

All devices supported by the Zynq target have either a Realtek or Marvell PHY. The Vitesse PHY was enabled when the target was created (https://github.com/openwrt/openwrt/commit/2d45ad07fc64b04a2e723a77491d450a1664cdec). It's not used here, so...

kernel
target/zynq

I have an SFP module with a built-in Aquantiq AQR113C PHY. It is accessed via the rollball protocol. The mdio application has a problem accessing such PHYs: ~~~ ... [...

### Is there an existing issue for this? - [x] I have searched among all existing issues (including closed issues) ### screenshots or captures ### Actual behaviour Just connected the...